Html Css Color HEX #5EFADF Aquamarine

📋 copy color: '#5EFADF'

red 94 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #5EFADF

Tints of Aquamarine #5EFADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 16.58%
G = 44.09%
B = 39.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#5EFADF (or 0x5EFADF) is known color: Aquamarine. HEX triplet: 5E, FA and DF. RGB value is (94,250,223). Sum of RGB (Red+Green+Blue) = 94+250+223=567 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.58% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFADF is #A10520. Grayscale: #C8C8C8. Windows color (decimal): -10552609 or 14678622. OLE color: 14678622.

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

Color convert

RGB 94 250 223 -
CMYK 0.62 0 0.11 0.02
HSL 169.62º 0.94% 0.67% -
HSV(B) 169.62º 0.62% 0.98% -
XYZ 52.12 76.08 81.75 -
YUV 200.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 94 250 223 0.62 0 0.11 0.02 169.62 0.94 0.67
Hex 5E FA DF 3E 0 B 2 AA 5E 43
Octal 136 372 337 76 0 13 2 252 136 103
Binary 1011110 11111010 11011111 111110 0 1011 10 10101010 1011110 1000011

Color Harmonies of #5EFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFADF

Black with #5EFADF

Text Example


Text Example

White with #5EFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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