#63A7A5

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

Shades of Cadet Blue #63A7A5

Tints of Cadet Blue #63A7A5

Color information

#63A7A5 (or 0x63A7A5) is unknown color: approx Cadet Blue. HEX triplet: 63, A7 and A5. RGB value is (99,167,165). Sum of RGB (Red+Green+Blue) = 99+167+165=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #63A7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A7A5 is #9C585A. Grayscale: #929292. Windows color (decimal): -10246235 or 10856291. OLE color: 10856291.

HSL color Cylindrical-coordinate representation of color #63A7A5: hue angle of 178.24º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A7A5 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB99167165-
CMYK0.4100.010.35
HSL178.24º27.87%52.16%-
HSV(B)178.24º40.72%65.49%-
XYZ25.7633.0140.61-
YUV146.44138.4794.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 165 (64.84% from 255) = 38.28%
R=22.97%
G=38.75%
B=38.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991671650.4100.010.35178.2427.8752.16
Hex63A7A5290123b21c34
Octal1432472455101432623464
Binary11000111010011110100101101001011000111011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,167,165); }

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

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

 a { background-color: rgb(99,167,165); }

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

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

 span { border-color: rgb(99,167,165); }

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