Html Css Color HEX #5EFABF Aquamarine

📋 copy color: '#5EFABF'

red 94 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #5EFABF

Tints of Aquamarine #5EFABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 191 (75% from 255) = 35.7%

R = 17.57%
G = 46.73%
B = 35.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#5EFABF (or 0x5EFABF) is known color: Aquamarine. HEX triplet: 5E, FA and BF. RGB value is (94,250,191). Sum of RGB (Red+Green+Blue) = 94+250+191=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFABF is #A10540. Grayscale: #C4C4C4. Windows color (decimal): -10552641 or 12581470. OLE color: 12581470.

HSL color Cylindrical-coordinate representation of color #5EFABF: hue angle of 157.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFABF is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 191 -
CMYK 0.62 0 0.24 0.02
HSL 157.31º 0.94% 0.67% -
HSV(B) 157.31º 0.62% 0.98% -
XYZ 48.21 74.51 61.13 -
YUV 196.63 124.82 54.8 -
System Red Green Blue C M Y K H S L
Decimal 94 250 191 0.62 0 0.24 0.02 157.31 0.94 0.67
Hex 5E FA BF 3E 0 18 2 9D 5E 43
Octal 136 372 277 76 0 30 2 235 136 103
Binary 1011110 11111010 10111111 111110 0 11000 10 10011101 1011110 1000011

Color Harmonies of #5EFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFABF

Black with #5EFABF

Text Example


Text Example

White with #5EFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,250,191); }

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

background-color css

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

 a { background-color: rgb(94,250,191); }

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

border-color css

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

 span { border-color: rgb(94,250,191); }

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