Html Css Color HEX #61EBA0 Medium Aquamarine

📋 copy color: '#61EBA0'

red 97 ◦ green 235 ◦ blue 160

#61EBA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #61EBA0

Tints of Medium Aquamarine #61EBA0

RGB

 RED value IS 97 (38.28% from 255) = 19.72%

 GREEN value IS 235 (92.19% from 255) = 47.76%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 19.72%
G = 47.76%
B = 32.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#61EBA0 (or 0x61EBA0) is known color: Medium Aquamarine. HEX triplet: 61, EB and A0. RGB value is (97,235,160). Sum of RGB (Red+Green+Blue) = 97+235+160=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EBA0 is #9E145F. Grayscale: #B9B9B9. Windows color (decimal): -10359904 or 10546017. OLE color: 10546017.

HSL color Cylindrical-coordinate representation of color #61EBA0: hue angle of 147.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 235 160 -
CMYK 0.59 0 0.32 0.08
HSL 147.39º 0.78% 0.65% -
HSV(B) 147.39º 0.59% 0.92% -
XYZ 40.98 64.5 43.55 -
YUV 185.19 113.78 65.1 -
System Red Green Blue C M Y K H S L
Decimal 97 235 160 0.59 0 0.32 0.08 147.39 0.78 0.65
Hex 61 EB A0 3B 0 20 8 93 4E 41
Octal 141 353 240 73 0 40 10 223 116 101
Binary 1100001 11101011 10100000 111011 0 100000 1000 10010011 1001110 1000001

Color Harmonies of #61EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EBA0

Black with #61EBA0

Text Example


Text Example

White with #61EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,235,160); }

 H1.HeaderClassName
 {
   color: #61EBA0;
 }
 .AnyTagClassName
 {
   color: #61EBA0;
 }
</style>

background-color css

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

 a { background-color: rgb(97,235,160); }

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

border-color css

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

 span { border-color: rgb(97,235,160); }

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