Html Css Color HEX #66AD8C Acapulco

📋 copy color: '#66AD8C'

red 102 ◦ green 173 ◦ blue 140

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

Shades of Acapulco #66AD8C

Tints of Acapulco #66AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 24.58%
G = 41.69%
B = 33.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#66AD8C (or 0x66AD8C) is known color: Acapulco. HEX triplet: 66, AD and 8C. RGB value is (102,173,140). Sum of RGB (Red+Green+Blue) = 102+173+140=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD8C is #995273. Grayscale: #949494. Windows color (decimal): -10048116 or 9219430. OLE color: 9219430.

HSL color Cylindrical-coordinate representation of color #66AD8C: hue angle of 152.11º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD8C is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 140 -
CMYK 0.41 0 0.19 0.32
HSL 152.11º 0.3% 0.54% -
HSV(B) 152.11º 0.41% 0.68% -
XYZ 25.16 34.61 30.16 -
YUV 148.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 102 173 140 0.41 0 0.19 0.32 152.11 0.3 0.54
Hex 66 AD 8C 29 0 13 20 98 1E 36
Octal 146 255 214 51 0 23 40 230 36 66
Binary 1100110 10101101 10001100 101001 0 10011 100000 10011000 11110 110110

Color Harmonies of #66AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD8C

Black with #66AD8C

Text Example


Text Example

White with #66AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,140); }

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

background-color css

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

 a { background-color: rgb(102,173,140); }

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

border-color css

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

 span { border-color: rgb(102,173,140); }

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