Html Css Color HEX #66AD90 Acapulco

📋 copy color: '#66AD90'

red 102 ◦ green 173 ◦ blue 144

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

Shades of Acapulco #66AD90

Tints of Acapulco #66AD90

RGB

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

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

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

R = 24.34%
G = 41.29%
B = 34.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#66AD90 (or 0x66AD90) is known color: Acapulco. HEX triplet: 66, AD and 90. RGB value is (102,173,144). Sum of RGB (Red+Green+Blue) = 102+173+144=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD90 is #99526F. Grayscale: #949494. Windows color (decimal): -10048112 or 9481574. OLE color: 9481574.

HSL color Cylindrical-coordinate representation of color #66AD90: hue angle of 155.49º 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 #66AD90 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 144 -
CMYK 0.41 0 0.17 0.32
HSL 155.49º 0.3% 0.54% -
HSV(B) 155.49º 0.41% 0.68% -
XYZ 25.46 34.73 31.75 -
YUV 148.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 102 173 144 0.41 0 0.17 0.32 155.49 0.3 0.54
Hex 66 AD 90 29 0 11 20 9B 1E 36
Octal 146 255 220 51 0 21 40 233 36 66
Binary 1100110 10101101 10010000 101001 0 10001 100000 10011011 11110 110110

Color Harmonies of #66AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD90

Black with #66AD90

Text Example


Text Example

White with #66AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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