Html Css Color HEX #66AB8F Acapulco

📋 copy color: '#66AB8F'

red 102 ◦ green 171 ◦ blue 143

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

Shades of Acapulco #66AB8F

Tints of Acapulco #66AB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 24.52%
G = 41.11%
B = 34.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#66AB8F (or 0x66AB8F) is known color: Acapulco. HEX triplet: 66, AB and 8F. RGB value is (102,171,143). Sum of RGB (Red+Green+Blue) = 102+171+143=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB8F is #995470. Grayscale: #939393. Windows color (decimal): -10048625 or 9415526. OLE color: 9415526.

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

Color convert

RGB 102 171 143 -
CMYK 0.40 0 0.16 0.33
HSL 155.65º 0.29% 0.54% -
HSV(B) 155.65º 0.4% 0.67% -
XYZ 25 33.93 31.22 -
YUV 147.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 102 171 143 0.40 0 0.16 0.33 155.65 0.29 0.54
Hex 66 AB 8F 28 0 10 21 9C 1D 36
Octal 146 253 217 50 0 20 41 234 35 66
Binary 1100110 10101011 10001111 101000 0 10000 100001 10011100 11101 110110

Color Harmonies of #66AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB8F

Black with #66AB8F

Text Example


Text Example

White with #66AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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