Html Css Color HEX #66A48A Acapulco

📋 copy color: '#66A48A'

red 102 ◦ green 164 ◦ blue 138

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

Shades of Acapulco #66A48A

Tints of Acapulco #66A48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 25.25%
G = 40.59%
B = 34.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#66A48A (or 0x66A48A) is known color: Acapulco. HEX triplet: 66, A4 and 8A. RGB value is (102,164,138). Sum of RGB (Red+Green+Blue) = 102+164+138=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #66A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A48A is #995B75. Grayscale: #8E8E8E. Windows color (decimal): -10050422 or 9086054. OLE color: 9086054.

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

Color convert

RGB 102 164 138 -
CMYK 0.38 0 0.16 0.36
HSL 154.84º 0.25% 0.52% -
HSV(B) 154.84º 0.38% 0.64% -
XYZ 23.34 31.21 28.84 -
YUV 142.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 102 164 138 0.38 0 0.16 0.36 154.84 0.25 0.52
Hex 66 A4 8A 26 0 10 24 9B 19 34
Octal 146 244 212 46 0 20 44 233 31 64
Binary 1100110 10100100 10001010 100110 0 10000 100100 10011011 11001 110100

Color Harmonies of #66A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A48A

Black with #66A48A

Text Example


Text Example

White with #66A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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