#63A0AA

Color #63A0AA Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #63A0AA

Tints of Cadet Blue #63A0AA

Color information

#63A0AA (or 0x63A0AA) is unknown color: approx Cadet Blue. HEX triplet: 63, A0 and AA. RGB value is (99,160,170). Sum of RGB (Red+Green+Blue) = 99+160+170=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #63A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A0AA is #9C5F55. Grayscale: #8E8E8E. Windows color (decimal): -10248022 or 11182179. OLE color: 11182179.

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

Color convert

RGB99160170-
CMYK0.420.0600.33
HSL188.45º29.46%52.75%-
HSV(B)188.45º41.76%66.67%-
XYZ24.9730.742.64-
YUV142.9143.2996.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=23.08%
G=37.30%
B=39.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991601700.420.0600.33188.4529.4652.75
Hex63A0AA2A6021bc1d35
Octal1432402525260412743565
Binary1100011101000001010101010101011001000011011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,170); }

 H1.HeaderClassName
 {
   color: #63A0AA;
 }
 .AnyTagClassName
 {
   color: #63A0AA;
 }
</style>
background-color css

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

 a { background-color: rgb(99,160,170); }

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

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

 span { border-color: rgb(99,160,170); }

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