#61CA8F

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

Shades of Silver Tree #61CA8F

Tints of Silver Tree #61CA8F

Color information

#61CA8F (or 0x61CA8F) is unknown color: approx Silver Tree. HEX triplet: 61, CA and 8F. RGB value is (97,202,143). Sum of RGB (Red+Green+Blue) = 97+202+143=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA8F is #9E3570. Grayscale: #A4A4A4. Windows color (decimal): -10368369 or 9423457. OLE color: 9423457.

HSL color Cylindrical-coordinate representation of color #61CA8F: hue angle of 146.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA8F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB97202143-
CMYK0.5200.290.21
HSL146.29º49.76%58.63%-
HSV(B)146.29º51.98%79.22%-
XYZ31.0146.7733.38-
YUV163.88116.2180.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=21.95%
G=45.70%
B=32.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021430.5200.290.21146.2949.7658.63
Hex61CA8F3401D1592323b
Octal14131221764035252226273
Binary110000111001010100011111101000111011010110010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,143); }

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

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

 a { background-color: rgb(97,202,143); }

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

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

 span { border-color: rgb(97,202,143); }

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