#61BA7E

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

Shades of Emerald #61BA7E

Tints of Emerald #61BA7E

Color information

#61BA7E (or 0x61BA7E) is unknown color: approx Emerald. HEX triplet: 61, BA and 7E. RGB value is (97,186,126). Sum of RGB (Red+Green+Blue) = 97+186+126=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA7E is #9E4581. Grayscale: #989898. Windows color (decimal): -10372482 or 8305249. OLE color: 8305249.

HSL color Cylindrical-coordinate representation of color #61BA7E: hue angle of 139.55º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA7E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB97186126-
CMYK0.4800.320.27
HSL139.55º39.21%55.49%-
HSV(B)139.55º47.85%72.94%-
XYZ26.2539.1725.91-
YUV152.55113.0188.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=23.72%
G=45.48%
B=30.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861260.4800.320.27139.5539.2155.49
Hex61BA7E300201B8c2737
Octal14127217660040332144767
Binary110000110111010111111011000001000001101110001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,126); }

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

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

 a { background-color: rgb(97,186,126); }

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

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

 span { border-color: rgb(97,186,126); }

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