Html Css Color HEX #66A490 Acapulco

📋 copy color: '#66A490'

red 102 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #66A490

Tints of Acapulco #66A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 24.88%
G = 40%
B = 35.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#66A490 (or 0x66A490) is known color: Acapulco. HEX triplet: 66, A4 and 90. RGB value is (102,164,144). Sum of RGB (Red+Green+Blue) = 102+164+144=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #66A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A490 is #995B6F. Grayscale: #8F8F8F. Windows color (decimal): -10050416 or 9479270. OLE color: 9479270.

HSL color Cylindrical-coordinate representation of color #66A490: hue angle of 160.65º 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 #66A490 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 144 -
CMYK 0.38 0 0.12 0.36
HSL 160.65º 0.25% 0.52% -
HSV(B) 160.65º 0.38% 0.64% -
XYZ 23.79 31.39 31.19 -
YUV 143.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 102 164 144 0.38 0 0.12 0.36 160.65 0.25 0.52
Hex 66 A4 90 26 0 C 24 A1 19 34
Octal 146 244 220 46 0 14 44 241 31 64
Binary 1100110 10100100 10010000 100110 0 1100 100100 10100001 11001 110100

Color Harmonies of #66A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A490

Black with #66A490

Text Example


Text Example

White with #66A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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