Html Css Color HEX #5EFEBC Aquamarine

📋 copy color: '#5EFEBC'

red 94 ◦ green 254 ◦ blue 188

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

Shades of Aquamarine #5EFEBC

Tints of Aquamarine #5EFEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 17.54%
G = 47.39%
B = 35.07%

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

#5EFEBC (or 0x5EFEBC) is known color: Aquamarine. HEX triplet: 5E, FE and BC. RGB value is (94,254,188). Sum of RGB (Red+Green+Blue) = 94+254+188=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFEBC is #A10143. Grayscale: #C6C6C6. Windows color (decimal): -10551620 or 12385886. OLE color: 12385886.

HSL color Cylindrical-coordinate representation of color #5EFEBC: hue angle of 155.25º 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 #5EFEBC is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 254 188 -
CMYK 0.63 0 0.26 0.00
HSL 155.25º 0.99% 0.68% -
HSV(B) 155.25º 0.63% 1% -
XYZ 49.14 76.89 59.83 -
YUV 198.64 121.99 53.37 -
System Red Green Blue C M Y K H S L
Decimal 94 254 188 0.63 0 0.26 0.00 155.25 0.99 0.68
Hex 5E FE BC 3F 0 1A 0 9B 63 44
Octal 136 376 274 77 0 32 0 233 143 104
Binary 1011110 11111110 10111100 111111 0 11010 0 10011011 1100011 1000100

Color Harmonies of #5EFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFEBC

Black with #5EFEBC

Text Example


Text Example

White with #5EFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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