#63AF8B

Color #63AF8B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #63AF8B

Tints of Silver Tree #63AF8B

Color information

#63AF8B (or 0x63AF8B) is unknown color: approx Silver Tree. HEX triplet: 63, AF and 8B. RGB value is (99,175,139). Sum of RGB (Red+Green+Blue) = 99+175+139=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF8B is #9C5074. Grayscale: #949494. Windows color (decimal): -10244213 or 9154403. OLE color: 9154403.

HSL color Cylindrical-coordinate representation of color #63AF8B: hue angle of 151.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF8B is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB99175139-
CMYK0.4300.210.31
HSL151.58º32.2%53.73%-
HSV(B)151.58º43.43%68.63%-
XYZ25.1435.1829.89-
YUV148.17122.8292.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.97%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=23.97%
G=42.37%
B=33.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751390.4300.210.31151.5832.253.73
Hex63AF8B2B0151F982036
Octal14325721353025372304066
Binary110001110101111100010111010110101011111110011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,139); }

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

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

 a { background-color: rgb(99,175,139); }

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

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

 span { border-color: rgb(99,175,139); }

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