Html Css Color HEX #66A487 Acapulco

📋 copy color: '#66A487'

red 102 ◦ green 164 ◦ blue 135

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

Shades of Acapulco #66A487

Tints of Acapulco #66A487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 25.44%
G = 40.9%
B = 33.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#66A487 (or 0x66A487) is known color: Acapulco. HEX triplet: 66, A4 and 87. RGB value is (102,164,135). Sum of RGB (Red+Green+Blue) = 102+164+135=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #66A487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A487 is #995B78. Grayscale: #8E8E8E. Windows color (decimal): -10050425 or 8889446. OLE color: 8889446.

HSL color Cylindrical-coordinate representation of color #66A487: hue angle of 151.94º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A487 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 135 -
CMYK 0.38 0 0.18 0.36
HSL 151.94º 0.25% 0.52% -
HSV(B) 151.94º 0.38% 0.64% -
XYZ 23.13 31.12 27.71 -
YUV 142.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 102 164 135 0.38 0 0.18 0.36 151.94 0.25 0.52
Hex 66 A4 87 26 0 12 24 98 19 34
Octal 146 244 207 46 0 22 44 230 31 64
Binary 1100110 10100100 10000111 100110 0 10010 100100 10011000 11001 110100

Color Harmonies of #66A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A487

Black with #66A487

Text Example


Text Example

White with #66A487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,135); }

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

background-color css

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

 a { background-color: rgb(102,164,135); }

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

border-color css

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

 span { border-color: rgb(102,164,135); }

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