Html Css Color HEX #66A19A Cadet Blue

📋 copy color: '#66A19A'

red 102 ◦ green 161 ◦ blue 154

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

Shades of Cadet Blue #66A19A

Tints of Cadet Blue #66A19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 24.46%
G = 38.61%
B = 36.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#66A19A (or 0x66A19A) is known color: Cadet Blue. HEX triplet: 66, A1 and 9A. RGB value is (102,161,154). Sum of RGB (Red+Green+Blue) = 102+161+154=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #66A19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A19A is #995E65. Grayscale: #8E8E8E. Windows color (decimal): -10051174 or 10133862. OLE color: 10133862.

HSL color Cylindrical-coordinate representation of color #66A19A: hue angle of 172.88º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A19A is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 154 -
CMYK 0.37 0 0.04 0.37
HSL 172.88º 0.24% 0.52% -
HSV(B) 172.88º 0.37% 0.63% -
XYZ 24.06 30.65 35.22 -
YUV 142.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 102 161 154 0.37 0 0.04 0.37 172.88 0.24 0.52
Hex 66 A1 9A 25 0 4 25 AD 18 34
Octal 146 241 232 45 0 4 45 255 30 64
Binary 1100110 10100001 10011010 100101 0 100 100101 10101101 11000 110100

Color Harmonies of #66A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A19A

Black with #66A19A

Text Example


Text Example

White with #66A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,161,154); }

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

background-color css

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

 a { background-color: rgb(102,161,154); }

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

border-color css

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

 span { border-color: rgb(102,161,154); }

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