#6CAF9A

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

Shades of Acapulco #6CAF9A

Tints of Acapulco #6CAF9A

Color information

#6CAF9A (or 0x6CAF9A) is unknown color: approx Acapulco. HEX triplet: 6C, AF and 9A. RGB value is (108,175,154). Sum of RGB (Red+Green+Blue) = 108+175+154=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF9A is #935065. Grayscale: #989898. Windows color (decimal): -9654374 or 10137452. OLE color: 10137452.

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

Color convert

RGB108175154-
CMYK0.3800.120.31
HSL161.19º29.52%55.49%-
HSV(B)161.19º38.29%68.63%-
XYZ27.3536.1836.11-
YUV152.57128.896.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=24.71%
G=40.05%
B=35.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751540.3800.120.31161.1929.5255.49
Hex6CAF9A260C1Fa11e37
Octal15425723246014372413667
Binary1101100101011111001101010011001100111111010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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