Html Css Color HEX #66A49E Cadet Blue

📋 copy color: '#66A49E'

red 102 ◦ green 164 ◦ blue 158

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

Shades of Cadet Blue #66A49E

Tints of Cadet Blue #66A49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 24.06%
G = 38.68%
B = 37.26%

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

#66A49E (or 0x66A49E) is known color: Cadet Blue. HEX triplet: 66, A4 and 9E. RGB value is (102,164,158). Sum of RGB (Red+Green+Blue) = 102+164+158=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #66A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A49E is #995B61. Grayscale: #909090. Windows color (decimal): -10050402 or 10396774. OLE color: 10396774.

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

Color convert

RGB 102 164 158 -
CMYK 0.38 0 0.04 0.36
HSL 174.19º 0.25% 0.52% -
HSV(B) 174.19º 0.38% 0.64% -
XYZ 24.93 31.84 37.18 -
YUV 144.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 102 164 158 0.38 0 0.04 0.36 174.19 0.25 0.52
Hex 66 A4 9E 26 0 4 24 AE 19 34
Octal 146 244 236 46 0 4 44 256 31 64
Binary 1100110 10100100 10011110 100110 0 100 100100 10101110 11001 110100

Color Harmonies of #66A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A49E

Black with #66A49E

Text Example


Text Example

White with #66A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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