Html Css Color HEX #61EBA8 Medium Aquamarine

📋 copy color: '#61EBA8'

red 97 ◦ green 235 ◦ blue 168

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

Shades of Medium Aquamarine #61EBA8

Tints of Medium Aquamarine #61EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 19.4%
G = 47%
B = 33.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#61EBA8 (or 0x61EBA8) is known color: Medium Aquamarine. HEX triplet: 61, EB and A8. RGB value is (97,235,168). Sum of RGB (Red+Green+Blue) = 97+235+168=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EBA8 is #9E1457. Grayscale: #BABABA. Windows color (decimal): -10359896 or 11070305. OLE color: 11070305.

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

Color convert

RGB 97 235 168 -
CMYK 0.59 0 0.29 0.08
HSL 150.87º 0.78% 0.65% -
HSV(B) 150.87º 0.59% 0.92% -
XYZ 41.71 64.79 47.35 -
YUV 186.1 117.78 64.45 -
System Red Green Blue C M Y K H S L
Decimal 97 235 168 0.59 0 0.29 0.08 150.87 0.78 0.65
Hex 61 EB A8 3B 0 1D 8 97 4E 41
Octal 141 353 250 73 0 35 10 227 116 101
Binary 1100001 11101011 10101000 111011 0 11101 1000 10010111 1001110 1000001

Color Harmonies of #61EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EBA8

Black with #61EBA8

Text Example


Text Example

White with #61EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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