Html Css Color HEX #66A49D Cadet Blue

📋 copy color: '#66A49D'

red 102 ◦ green 164 ◦ blue 157

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

Shades of Cadet Blue #66A49D

Tints of Cadet Blue #66A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 24.11%
G = 38.77%
B = 37.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#66A49D (or 0x66A49D) is known color: Cadet Blue. HEX triplet: 66, A4 and 9D. RGB value is (102,164,157). Sum of RGB (Red+Green+Blue) = 102+164+157=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #66A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A49D is #995B62. Grayscale: #909090. Windows color (decimal): -10050403 or 10331238. OLE color: 10331238.

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

Color convert

RGB 102 164 157 -
CMYK 0.38 0 0.04 0.36
HSL 173.23º 0.25% 0.52% -
HSV(B) 173.23º 0.38% 0.64% -
XYZ 24.84 31.81 36.73 -
YUV 144.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 102 164 157 0.38 0 0.04 0.36 173.23 0.25 0.52
Hex 66 A4 9D 26 0 4 24 AD 19 34
Octal 146 244 235 46 0 4 44 255 31 64
Binary 1100110 10100100 10011101 100110 0 100 100100 10101101 11001 110100

Color Harmonies of #66A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A49D

Black with #66A49D

Text Example


Text Example

White with #66A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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