#6CAA8E

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

Shades of Acapulco #6CAA8E

Tints of Acapulco #6CAA8E

Color information

#6CAA8E (or 0x6CAA8E) is unknown color: approx Acapulco. HEX triplet: 6C, AA and 8E. RGB value is (108,170,142). Sum of RGB (Red+Green+Blue) = 108+170+142=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA8E is #935571. Grayscale: #949494. Windows color (decimal): -9655666 or 9349740. OLE color: 9349740.

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

Color convert

RGB108170142-
CMYK0.3600.160.33
HSL152.9º26.72%54.51%-
HSV(B)152.9º36.47%66.67%-
XYZ25.4433.8930.79-
YUV148.27124.4699.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=25.71%
G=40.48%
B=33.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701420.3600.160.33152.926.7254.51
Hex6CAA8E2401021991b37
Octal15425221644020412313367
Binary110110010101010100011101001000100001000011001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,142); }

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

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

 a { background-color: rgb(108,170,142); }

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

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

 span { border-color: rgb(108,170,142); }

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