Html Css Color HEX #5EFAE0 Aquamarine

📋 copy color: '#5EFAE0'

red 94 ◦ green 250 ◦ blue 224

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

Shades of Aquamarine #5EFAE0

Tints of Aquamarine #5EFAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 16.55%
G = 44.01%
B = 39.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#5EFAE0 (or 0x5EFAE0) is known color: Aquamarine. HEX triplet: 5E, FA and E0. RGB value is (94,250,224). Sum of RGB (Red+Green+Blue) = 94+250+224=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAE0 is #A1051F. Grayscale: #C8C8C8. Windows color (decimal): -10552608 or 14744158. OLE color: 14744158.

HSL color Cylindrical-coordinate representation of color #5EFAE0: hue angle of 170º 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 #5EFAE0 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 250 224 -
CMYK 0.62 0 0.10 0.02
HSL 170º 0.94% 0.67% -
HSV(B) 170º 0.62% 0.98% -
XYZ 52.26 76.13 82.46 -
YUV 200.39 141.32 52.11 -
System Red Green Blue C M Y K H S L
Decimal 94 250 224 0.62 0 0.10 0.02 170 0.94 0.67
Hex 5E FA E0 3E 0 A 2 AA 5E 43
Octal 136 372 340 76 0 12 2 252 136 103
Binary 1011110 11111010 11100000 111110 0 1010 10 10101010 1011110 1000011

Color Harmonies of #5EFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFAE0

Black with #5EFAE0

Text Example


Text Example

White with #5EFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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