Html Css Color HEX #66A29A Cadet Blue

📋 copy color: '#66A29A'

red 102 ◦ green 162 ◦ blue 154

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

Shades of Cadet Blue #66A29A

Tints of Cadet Blue #66A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

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

R = 24.4%
G = 38.76%
B = 36.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#66A29A (or 0x66A29A) is known color: Cadet Blue. HEX triplet: 66, A2 and 9A. RGB value is (102,162,154). Sum of RGB (Red+Green+Blue) = 102+162+154=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #66A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A29A is #995D65. Grayscale: #8F8F8F. Windows color (decimal): -10050918 or 10134118. OLE color: 10134118.

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

Color convert

RGB 102 162 154 -
CMYK 0.37 0 0.05 0.36
HSL 172º 0.24% 0.52% -
HSV(B) 172º 0.37% 0.64% -
XYZ 24.23 31 35.28 -
YUV 143.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 102 162 154 0.37 0 0.05 0.36 172 0.24 0.52
Hex 66 A2 9A 25 0 5 24 AC 18 34
Octal 146 242 232 45 0 5 44 254 30 64
Binary 1100110 10100010 10011010 100101 0 101 100100 10101100 11000 110100

Color Harmonies of #66A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A29A

Black with #66A29A

Text Example


Text Example

White with #66A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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