Html Css Color HEX #64A296 Cadet Blue

📋 copy color: '#64A296'

red 100 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #64A296

Tints of Cadet Blue #64A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 24.27%
G = 39.32%
B = 36.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#64A296 (or 0x64A296) is known color: Cadet Blue. HEX triplet: 64, A2 and 96. RGB value is (100,162,150). Sum of RGB (Red+Green+Blue) = 100+162+150=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #64A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A296 is #9B5D69. Grayscale: #8E8E8E. Windows color (decimal): -10181994 or 9871972. OLE color: 9871972.

HSL color Cylindrical-coordinate representation of color #64A296: hue angle of 168.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A296 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 150 -
CMYK 0.38 0 0.07 0.36
HSL 168.39º 0.25% 0.51% -
HSV(B) 168.39º 0.38% 0.64% -
XYZ 23.68 30.75 33.54 -
YUV 142.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 100 162 150 0.38 0 0.07 0.36 168.39 0.25 0.51
Hex 64 A2 96 26 0 7 24 A8 19 33
Octal 144 242 226 46 0 7 44 250 31 63
Binary 1100100 10100010 10010110 100110 0 111 100100 10101000 11001 110011

Color Harmonies of #64A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A296

Black with #64A296

Text Example


Text Example

White with #64A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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