#63B08C

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

Shades of Silver Tree #63B08C

Tints of Silver Tree #63B08C

Color information

#63B08C (or 0x63B08C) is unknown color: approx Silver Tree. HEX triplet: 63, B0 and 8C. RGB value is (99,176,140). Sum of RGB (Red+Green+Blue) = 99+176+140=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #63B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63B08C is #9C4F73. Grayscale: #949494. Windows color (decimal): -10243956 or 9220195. OLE color: 9220195.

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

Color convert

RGB99176140-
CMYK0.4400.200.31
HSL151.95º32.77%53.92%-
HSV(B)151.95º43.75%69.02%-
XYZ25.435.630.34-
YUV148.87122.9992.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.86%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=23.86%
G=42.41%
B=33.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991761400.4400.200.31151.9532.7753.92
Hex63B08C2C0141F982136
Octal14326021454024372304166
Binary110001110110000100011001011000101001111110011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,176,140); }

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

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

 a { background-color: rgb(99,176,140); }

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

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

 span { border-color: rgb(99,176,140); }

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