Html Css Color HEX #63A49F Cadet Blue

📋 copy color: '#63A49F'

red 99 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #63A49F

Tints of Cadet Blue #63A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 23.46%
G = 38.86%
B = 37.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#63A49F (or 0x63A49F) is known color: Cadet Blue. HEX triplet: 63, A4 and 9F. RGB value is (99,164,159). Sum of RGB (Red+Green+Blue) = 99+164+159=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #63A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A49F is #9C5B60. Grayscale: #8F8F8F. Windows color (decimal): -10247009 or 10462307. OLE color: 10462307.

HSL color Cylindrical-coordinate representation of color #63A49F: hue angle of 175.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A49F is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 164 159 -
CMYK 0.40 0 0.03 0.36
HSL 175.38º 0.26% 0.52% -
HSV(B) 175.38º 0.4% 0.64% -
XYZ 24.68 31.71 37.62 -
YUV 144 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 99 164 159 0.40 0 0.03 0.36 175.38 0.26 0.52
Hex 63 A4 9F 28 0 3 24 AF 1A 34
Octal 143 244 237 50 0 3 44 257 32 64
Binary 1100011 10100100 10011111 101000 0 11 100100 10101111 11010 110100

Color Harmonies of #63A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A49F

Black with #63A49F

Text Example


Text Example

White with #63A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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