#61AF8A

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

Shades of Silver Tree #61AF8A

Tints of Silver Tree #61AF8A

Color information

#61AF8A (or 0x61AF8A) is unknown color: approx Silver Tree. HEX triplet: 61, AF and 8A. RGB value is (97,175,138). Sum of RGB (Red+Green+Blue) = 97+175+138=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF8A is #9E5075. Grayscale: #939393. Windows color (decimal): -10375286 or 9088865. OLE color: 9088865.

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

Color convert

RGB97175138-
CMYK0.4500.210.31
HSL151.54º32.77%53.33%-
HSV(B)151.54º44.57%68.63%-
XYZ24.8535.0429.5-
YUV147.46122.6692.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=23.66%
G=42.68%
B=33.66%

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
Decimal971751380.4500.210.31151.5432.7753.33
Hex61AF8A2D0151F982135
Octal14125721255025372304165
Binary110000110101111100010101011010101011111110011000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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