#6CAF96

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

Shades of Acapulco #6CAF96

Tints of Acapulco #6CAF96

Color information

#6CAF96 (or 0x6CAF96) is unknown color: approx Acapulco. HEX triplet: 6C, AF and 96. RGB value is (108,175,150). Sum of RGB (Red+Green+Blue) = 108+175+150=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF96 is #935069. Grayscale: #989898. Windows color (decimal): -9654378 or 9875308. OLE color: 9875308.

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

Color convert

RGB108175150-
CMYK0.3800.140.31
HSL157.61º29.52%55.49%-
HSV(B)157.61º38.29%68.63%-
XYZ27.0236.0534.39-
YUV152.12126.896.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.94%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=24.94%
G=40.42%
B=34.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751500.3800.140.31157.6129.5255.49
Hex6CAF96260E1F9e1e37
Octal15425722646016372363667
Binary1101100101011111001011010011001110111111001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,175,150); }

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

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

 a { background-color: rgb(108,175,150); }

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

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

 span { border-color: rgb(108,175,150); }

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