Html Css Color HEX #64A2AA Cadet Blue

📋 copy color: '#64A2AA'

red 100 ◦ green 162 ◦ blue 170

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

Shades of Cadet Blue #64A2AA

Tints of Cadet Blue #64A2AA

RGB

 RED value IS 100 (39.45% from 255) = 23.15%

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 23.15%
G = 37.5%
B = 39.35%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#64A2AA (or 0x64A2AA) is known color: Cadet Blue. HEX triplet: 64, A2 and AA. RGB value is (100,162,170). Sum of RGB (Red+Green+Blue) = 100+162+170=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A2AA is #9B5D55. Grayscale: #909090. Windows color (decimal): -10181974 or 11182692. OLE color: 11182692.

HSL color Cylindrical-coordinate representation of color #64A2AA: hue angle of 186.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A2AA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 162 170 -
CMYK 0.41 0.05 0 0.33
HSL 186.86º 0.29% 0.53% -
HSV(B) 186.86º 0.41% 0.67% -
XYZ 25.43 31.45 42.76 -
YUV 144.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 100 162 170 0.41 0.05 0 0.33 186.86 0.29 0.53
Hex 64 A2 AA 29 5 0 21 BB 1D 35
Octal 144 242 252 51 5 0 41 273 35 65
Binary 1100100 10100010 10101010 101001 101 0 100001 10111011 11101 110101

Color Harmonies of #64A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A2AA

Black with #64A2AA

Text Example


Text Example

White with #64A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A2AA; }

 p { color: rgb(100,162,170); }

 H1.HeaderClassName
 {
   color: #64A2AA;
 }
 .AnyTagClassName
 {
   color: #64A2AA;
 }
</style>

background-color css

<style>
 a { background-color: #64A2AA; }

 a { background-color: rgb(100,162,170); }

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

border-color css

<style>
 span { border-color: #64A2AA; }

 span { border-color: rgb(100,162,170); }

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