Html Css Color HEX #61EBA4 Medium Aquamarine

📋 copy color: '#61EBA4'

red 97 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #61EBA4

Tints of Medium Aquamarine #61EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 19.56%
G = 47.38%
B = 33.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#61EBA4 (or 0x61EBA4) is known color: Medium Aquamarine. HEX triplet: 61, EB and A4. RGB value is (97,235,164). Sum of RGB (Red+Green+Blue) = 97+235+164=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EBA4 is #9E145B. Grayscale: #B9B9B9. Windows color (decimal): -10359900 or 10808161. OLE color: 10808161.

HSL color Cylindrical-coordinate representation of color #61EBA4: hue angle of 149.13º 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 #61EBA4 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 235 164 -
CMYK 0.59 0 0.30 0.08
HSL 149.13º 0.78% 0.65% -
HSV(B) 149.13º 0.59% 0.92% -
XYZ 41.34 64.64 45.42 -
YUV 185.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 97 235 164 0.59 0 0.30 0.08 149.13 0.78 0.65
Hex 61 EB A4 3B 0 1E 8 95 4E 41
Octal 141 353 244 73 0 36 10 225 116 101
Binary 1100001 11101011 10100100 111011 0 11110 1000 10010101 1001110 1000001

Color Harmonies of #61EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EBA4

Black with #61EBA4

Text Example


Text Example

White with #61EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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