#6CAF94

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

Shades of Acapulco #6CAF94

Tints of Acapulco #6CAF94

Color information

#6CAF94 (or 0x6CAF94) is unknown color: approx Acapulco. HEX triplet: 6C, AF and 94. RGB value is (108,175,148). Sum of RGB (Red+Green+Blue) = 108+175+148=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF94 is #93506B. Grayscale: #979797. Windows color (decimal): -9654380 or 9744236. OLE color: 9744236.

HSL color Cylindrical-coordinate representation of color #6CAF94: hue angle of 155.82º 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 #6CAF94 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB108175148-
CMYK0.3800.150.31
HSL155.82º29.52%55.49%-
HSV(B)155.82º38.29%68.63%-
XYZ26.8635.9933.55-
YUV151.89125.896.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.06%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=25.06%
G=40.60%
B=34.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751480.3800.150.31155.8229.5255.49
Hex6CAF94260F1F9c1e37
Octal15425722446017372343667
Binary1101100101011111001010010011001111111111001110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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