#63AF8A

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

Shades of Silver Tree #63AF8A

Tints of Silver Tree #63AF8A

Color information

#63AF8A (or 0x63AF8A) is unknown color: approx Silver Tree. HEX triplet: 63, AF and 8A. RGB value is (99,175,138). Sum of RGB (Red+Green+Blue) = 99+175+138=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF8A is #9C5075. Grayscale: #949494. Windows color (decimal): -10244214 or 9088867. OLE color: 9088867.

HSL color Cylindrical-coordinate representation of color #63AF8A: hue angle of 150.79º 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 #63AF8A is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB99175138-
CMYK0.4300.210.31
HSL150.79º32.2%53.73%-
HSV(B)150.79º43.43%68.63%-
XYZ25.0635.1529.51-
YUV148.06122.3293.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=24.03%
G=42.48%
B=33.50%

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
Decimal991751380.4300.210.31150.7932.253.73
Hex63AF8A2B0151F972036
Octal14325721253025372274066
Binary110001110101111100010101010110101011111110010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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