#6BAA99

Color #6BAA99 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6BAA99

Tints of Acapulco #6BAA99

Color information

#6BAA99 (or 0x6BAA99) is unknown color: approx Acapulco. HEX triplet: 6B, AA and 99. RGB value is (107,170,153). Sum of RGB (Red+Green+Blue) = 107+170+153=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA99 is #945566. Grayscale: #959595. Windows color (decimal): -9721191 or 10070635. OLE color: 10070635.

HSL color Cylindrical-coordinate representation of color #6BAA99: hue angle of 163.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA99 is Cyan = 0.37, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB107170153-
CMYK0.3700.10.33
HSL163.81º27.04%54.31%-
HSV(B)163.81º37.06%66.67%-
XYZ26.1934.1835.35-
YUV149.22130.1397.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=24.88%
G=39.53%
B=35.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701530.3700.10.33163.8127.0454.31
Hex6BAA99250A21a41b36
Octal15325223145012412443366
Binary11010111010101010011001100101010101000011010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BAA99; }

 p { color: rgb(107,170,153); }

 H1.HeaderClassName
 {
   color: #6BAA99;
 }
 .AnyTagClassName
 {
   color: #6BAA99;
 }
</style>
background-color css

<style>
 a { background-color: #6BAA99; }

 a { background-color: rgb(107,170,153); }

 div.DivClassName
 {
   background-color: #6BAA99;
 }
 .BgClassName
 {
   background-color: #6BAA99;
 }
</style>
border-color css

<style>
 span { border-color: #6BAA99; }

 span { border-color: rgb(107,170,153); }

 td.TdClassName
 {
   border-color: #6BAA99;
 }
 .TagClassName
 {
   border-color: #6BAA99;
 }
</style>