#66AF90

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

Shades of Acapulco #66AF90

Tints of Acapulco #66AF90

Color information

#66AF90 (or 0x66AF90) is unknown color: approx Acapulco. HEX triplet: 66, AF and 90. RGB value is (102,175,144). Sum of RGB (Red+Green+Blue) = 102+175+144=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF90 is #99506F. Grayscale: #959595. Windows color (decimal): -10047600 or 9482086. OLE color: 9482086.

HSL color Cylindrical-coordinate representation of color #66AF90: hue angle of 154.52º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF90 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB102175144-
CMYK0.4200.180.31
HSL154.52º31.33%54.31%-
HSV(B)154.52º41.71%68.63%-
XYZ25.8435.531.88-
YUV149.64124.8294.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=24.23%
G=41.57%
B=34.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751440.4200.180.31154.5231.3354.31
Hex66AF902A0121F9b1f36
Octal14625722052022372333766
Binary11001101010111110010000101010010010111111001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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