Html Css Color HEX #66AB91 Acapulco

📋 copy color: '#66AB91'

red 102 ◦ green 171 ◦ blue 145

#66AB91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #66AB91

Tints of Acapulco #66AB91

RGB

 RED value IS 102 (40.23% from 255) = 24.4%

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 24.4%
G = 40.91%
B = 34.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#66AB91 (or 0x66AB91) is known color: Acapulco. HEX triplet: 66, AB and 91. RGB value is (102,171,145). Sum of RGB (Red+Green+Blue) = 102+171+145=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB91 is #99546E. Grayscale: #939393. Windows color (decimal): -10048623 or 9546598. OLE color: 9546598.

HSL color Cylindrical-coordinate representation of color #66AB91: hue angle of 157.39º 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 #66AB91 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 145 -
CMYK 0.40 0 0.15 0.33
HSL 157.39º 0.29% 0.54% -
HSV(B) 157.39º 0.4% 0.67% -
XYZ 25.15 33.99 32.02 -
YUV 147.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 102 171 145 0.40 0 0.15 0.33 157.39 0.29 0.54
Hex 66 AB 91 28 0 F 21 9D 1D 36
Octal 146 253 221 50 0 17 41 235 35 66
Binary 1100110 10101011 10010001 101000 0 1111 100001 10011101 11101 110110

Color Harmonies of #66AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB91

Black with #66AB91

Text Example


Text Example

White with #66AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66AB91;
 }
 .AnyTagClassName
 {
   color: #66AB91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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