#6CAE98

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

Shades of Acapulco #6CAE98

Tints of Acapulco #6CAE98

Color information

#6CAE98 (or 0x6CAE98) is unknown color: approx Acapulco. HEX triplet: 6C, AE and 98. RGB value is (108,174,152). Sum of RGB (Red+Green+Blue) = 108+174+152=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE98 is #935167. Grayscale: #979797. Windows color (decimal): -9654632 or 10006124. OLE color: 10006124.

HSL color Cylindrical-coordinate representation of color #6CAE98: hue angle of 160º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAE98 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB108174152-
CMYK0.3800.130.32
HSL160º28.95%55.29%-
HSV(B)160º37.93%68.24%-
XYZ26.9935.7335.18-
YUV151.76128.1396.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.88%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=24.88%
G=40.09%
B=35.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081741520.3800.130.3216028.9555.29
Hex6CAE98260D20a01d37
Octal15425623046015402403567
Binary11011001010111010011000100110011011000001010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,174,152); }

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

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

 a { background-color: rgb(108,174,152); }

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

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

 span { border-color: rgb(108,174,152); }

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