#6AAF97

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

Shades of Acapulco #6AAF97

Tints of Acapulco #6AAF97

Color information

#6AAF97 (or 0x6AAF97) is unknown color: approx Acapulco. HEX triplet: 6A, AF and 97. RGB value is (106,175,151). Sum of RGB (Red+Green+Blue) = 106+175+151=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAF97 is #955068. Grayscale: #979797. Windows color (decimal): -9785449 or 9940842. OLE color: 9940842.

HSL color Cylindrical-coordinate representation of color #6AAF97: hue angle of 159.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAF97 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB106175151-
CMYK0.3900.140.31
HSL159.13º30.13%55.1%-
HSV(B)159.13º39.43%68.63%-
XYZ26.8635.9634.8-
YUV151.63127.6495.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.54%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=24.54%
G=40.51%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061751510.3900.140.31159.1330.1355.1
Hex6AAF97270E1F9f1e37
Octal15225722747016372373667
Binary1101010101011111001011110011101110111111001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,151); }

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

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

 a { background-color: rgb(106,175,151); }

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

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

 span { border-color: rgb(106,175,151); }

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