Html Css Color HEX #61EBB1 Medium Aquamarine

📋 copy color: '#61EBB1'

red 97 ◦ green 235 ◦ blue 177

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

Shades of Medium Aquamarine #61EBB1

Tints of Medium Aquamarine #61EBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 19.06%
G = 46.17%
B = 34.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#61EBB1 (or 0x61EBB1) is known color: Medium Aquamarine. HEX triplet: 61, EB and B1. RGB value is (97,235,177). Sum of RGB (Red+Green+Blue) = 97+235+177=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EBB1 is #9E144E. Grayscale: #BBBBBB. Windows color (decimal): -10359887 or 11660129. OLE color: 11660129.

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

Color convert

RGB 97 235 177 -
CMYK 0.59 0 0.25 0.08
HSL 154.78º 0.78% 0.65% -
HSV(B) 154.78º 0.59% 0.92% -
XYZ 42.57 65.13 51.92 -
YUV 187.13 122.28 63.72 -
System Red Green Blue C M Y K H S L
Decimal 97 235 177 0.59 0 0.25 0.08 154.78 0.78 0.65
Hex 61 EB B1 3B 0 19 8 9B 4E 41
Octal 141 353 261 73 0 31 10 233 116 101
Binary 1100001 11101011 10110001 111011 0 11001 1000 10011011 1001110 1000001

Color Harmonies of #61EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EBB1

Black with #61EBB1

Text Example


Text Example

White with #61EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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