#60AF8B

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

Shades of Silver Tree #60AF8B

Tints of Silver Tree #60AF8B

Color information

#60AF8B (or 0x60AF8B) is unknown color: approx Silver Tree. HEX triplet: 60, AF and 8B. RGB value is (96,175,139). Sum of RGB (Red+Green+Blue) = 96+175+139=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF8B is #9F5074. Grayscale: #939393. Windows color (decimal): -10440821 or 9154400. OLE color: 9154400.

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

Color convert

RGB96175139-
CMYK0.4500.210.31
HSL152.66º33.05%53.14%-
HSV(B)152.66º45.14%68.63%-
XYZ24.8135.0129.88-
YUV147.28123.3391.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=23.41%
G=42.68%
B=33.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751390.4500.210.31152.6633.0553.14
Hex60AF8B2D0151F992135
Octal14025721355025372314165
Binary110000010101111100010111011010101011111110011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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