#66AB90

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

Shades of Acapulco #66AB90

Tints of Acapulco #66AB90

Color information

#66AB90 (or 0x66AB90) is unknown color: approx Acapulco. HEX triplet: 66, AB and 90. RGB value is (102,171,144). Sum of RGB (Red+Green+Blue) = 102+171+144=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB90 is #99546F. Grayscale: #939393. Windows color (decimal): -10048624 or 9481062. OLE color: 9481062.

HSL color Cylindrical-coordinate representation of color #66AB90: hue angle of 156.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB90 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB102171144-
CMYK0.4000.160.33
HSL156.52º29.11%53.53%-
HSV(B)156.52º40.35%67.06%-
XYZ25.0833.9631.62-
YUV147.29126.1495.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=24.46%
G=41.01%
B=34.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711440.4000.160.33156.5229.1153.53
Hex66AB9028010219d1d36
Octal14625322050020412353566
Binary110011010101011100100001010000100001000011001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AB90; }

 p { color: rgb(102,171,144); }

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

<style>
 a { background-color: #66AB90; }

 a { background-color: rgb(102,171,144); }

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

<style>
 span { border-color: #66AB90; }

 span { border-color: rgb(102,171,144); }

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