#66AD91

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

Shades of Acapulco #66AD91

Tints of Acapulco #66AD91

Color information

#66AD91 (or 0x66AD91) is unknown color: approx Acapulco. HEX triplet: 66, AD and 91. RGB value is (102,173,145). Sum of RGB (Red+Green+Blue) = 102+173+145=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD91 is #99526E. Grayscale: #949494. Windows color (decimal): -10048111 or 9547110. OLE color: 9547110.

HSL color Cylindrical-coordinate representation of color #66AD91: hue angle of 156.34º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD91 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB102173145-
CMYK0.4100.160.32
HSL156.34º30.21%53.92%-
HSV(B)156.34º41.04%67.84%-
XYZ25.5334.7632.15-
YUV148.58125.9894.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=24.29%
G=41.19%
B=34.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021731450.4100.160.32156.3430.2153.92
Hex66AD9129010209c1e36
Octal14625522151020402343666
Binary110011010101101100100011010010100001000001001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,145); }

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

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

 a { background-color: rgb(102,173,145); }

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

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

 span { border-color: rgb(102,173,145); }

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