Html Css Color HEX #5EFDBB Aquamarine

📋 copy color: '#5EFDBB'

red 94 ◦ green 253 ◦ blue 187

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

Shades of Aquamarine #5EFDBB

Tints of Aquamarine #5EFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.38%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 17.6%
G = 47.38%
B = 35.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#5EFDBB (or 0x5EFDBB) is known color: Aquamarine. HEX triplet: 5E, FD and BB. RGB value is (94,253,187). Sum of RGB (Red+Green+Blue) = 94+253+187=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDBB is #A10244. Grayscale: #C6C6C6. Windows color (decimal): -10551877 or 12320094. OLE color: 12320094.

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

Color convert

RGB 94 253 187 -
CMYK 0.63 0 0.26 0.01
HSL 155.09º 0.98% 0.68% -
HSV(B) 155.09º 0.63% 0.99% -
XYZ 48.71 76.22 59.16 -
YUV 197.94 121.82 53.87 -
System Red Green Blue C M Y K H S L
Decimal 94 253 187 0.63 0 0.26 0.01 155.09 0.98 0.68
Hex 5E FD BB 3F 0 1A 1 9B 62 44
Octal 136 375 273 77 0 32 1 233 142 104
Binary 1011110 11111101 10111011 111111 0 11010 1 10011011 1100010 1000100

Color Harmonies of #5EFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDBB

Black with #5EFDBB

Text Example


Text Example

White with #5EFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,253,187); }

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

background-color css

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

 a { background-color: rgb(94,253,187); }

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

border-color css

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

 span { border-color: rgb(94,253,187); }

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