Html Css Color HEX #5EFEBD Aquamarine

📋 copy color: '#5EFEBD'

red 94 ◦ green 254 ◦ blue 189

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

Shades of Aquamarine #5EFEBD

Tints of Aquamarine #5EFEBD

RGB

 RED value IS 94 (37.11% from 255) = 17.5%

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 17.5%
G = 47.3%
B = 35.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#5EFEBD (or 0x5EFEBD) is known color: Aquamarine. HEX triplet: 5E, FE and BD. RGB value is (94,254,189). Sum of RGB (Red+Green+Blue) = 94+254+189=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFEBD is #A10142. Grayscale: #C6C6C6. Windows color (decimal): -10551619 or 12451422. OLE color: 12451422.

HSL color Cylindrical-coordinate representation of color #5EFEBD: hue angle of 155.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFEBD is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 254 189 -
CMYK 0.63 0 0.26 0.00
HSL 155.63º 0.99% 0.68% -
HSV(B) 155.63º 0.63% 1% -
XYZ 49.24 76.94 60.4 -
YUV 198.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 94 254 189 0.63 0 0.26 0.00 155.63 0.99 0.68
Hex 5E FE BD 3F 0 1A 0 9C 63 44
Octal 136 376 275 77 0 32 0 234 143 104
Binary 1011110 11111110 10111101 111111 0 11010 0 10011100 1100011 1000100

Color Harmonies of #5EFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFEBD

Black with #5EFEBD

Text Example


Text Example

White with #5EFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EFEBD; }

 p { color: rgb(94,254,189); }

 H1.HeaderClassName
 {
   color: #5EFEBD;
 }
 .AnyTagClassName
 {
   color: #5EFEBD;
 }
</style>

background-color css

<style>
 a { background-color: #5EFEBD; }

 a { background-color: rgb(94,254,189); }

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

border-color css

<style>
 span { border-color: #5EFEBD; }

 span { border-color: rgb(94,254,189); }

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