Html Css Color HEX #63A29F Cadet Blue

📋 copy color: '#63A29F'

red 99 ◦ green 162 ◦ blue 159

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

Shades of Cadet Blue #63A29F

Tints of Cadet Blue #63A29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 23.57%
G = 38.57%
B = 37.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#63A29F (or 0x63A29F) is known color: Cadet Blue. HEX triplet: 63, A2 and 9F. RGB value is (99,162,159). Sum of RGB (Red+Green+Blue) = 99+162+159=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #63A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A29F is #9C5D60. Grayscale: #8E8E8E. Windows color (decimal): -10247521 or 10461795. OLE color: 10461795.

HSL color Cylindrical-coordinate representation of color #63A29F: hue angle of 177.14º 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 #63A29F is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 162 159 -
CMYK 0.39 0 0.02 0.36
HSL 177.14º 0.25% 0.51% -
HSV(B) 177.14º 0.39% 0.64% -
XYZ 24.32 31 37.5 -
YUV 142.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 99 162 159 0.39 0 0.02 0.36 177.14 0.25 0.51
Hex 63 A2 9F 27 0 2 24 B1 19 33
Octal 143 242 237 47 0 2 44 261 31 63
Binary 1100011 10100010 10011111 100111 0 10 100100 10110001 11001 110011

Color Harmonies of #63A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A29F

Black with #63A29F

Text Example


Text Example

White with #63A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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