Html Css Color HEX #63A296 Cadet Blue

📋 copy color: '#63A296'

red 99 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #63A296

Tints of Cadet Blue #63A296

RGB

 RED value IS 99 (39.06% from 255) = 24.09%

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

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

R = 24.09%
G = 39.42%
B = 36.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#63A296 (or 0x63A296) is known color: Cadet Blue. HEX triplet: 63, A2 and 96. RGB value is (99,162,150). Sum of RGB (Red+Green+Blue) = 99+162+150=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #63A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A296 is #9C5D69. Grayscale: #8D8D8D. Windows color (decimal): -10247530 or 9871971. OLE color: 9871971.

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

Color convert

RGB 99 162 150 -
CMYK 0.39 0 0.07 0.36
HSL 168.57º 0.25% 0.51% -
HSV(B) 168.57º 0.39% 0.64% -
XYZ 23.57 30.7 33.54 -
YUV 141.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 99 162 150 0.39 0 0.07 0.36 168.57 0.25 0.51
Hex 63 A2 96 27 0 7 24 A9 19 33
Octal 143 242 226 47 0 7 44 251 31 63
Binary 1100011 10100010 10010110 100111 0 111 100100 10101001 11001 110011

Color Harmonies of #63A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A296

Black with #63A296

Text Example


Text Example

White with #63A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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