Html Css Color HEX #5EFADD Aquamarine

📋 copy color: '#5EFADD'

red 94 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #5EFADD

Tints of Aquamarine #5EFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 16.64%
G = 44.25%
B = 39.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#5EFADD (or 0x5EFADD) is known color: Aquamarine. HEX triplet: 5E, FA and DD. RGB value is (94,250,221). Sum of RGB (Red+Green+Blue) = 94+250+221=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFADD is #A10522. Grayscale: #C8C8C8. Windows color (decimal): -10552611 or 14547550. OLE color: 14547550.

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

Color convert

RGB 94 250 221 -
CMYK 0.62 0 0.12 0.02
HSL 168.85º 0.94% 0.67% -
HSV(B) 168.85º 0.62% 0.98% -
XYZ 51.85 75.97 80.34 -
YUV 200.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 94 250 221 0.62 0 0.12 0.02 168.85 0.94 0.67
Hex 5E FA DD 3E 0 C 2 A9 5E 43
Octal 136 372 335 76 0 14 2 251 136 103
Binary 1011110 11111010 11011101 111110 0 1100 10 10101001 1011110 1000011

Color Harmonies of #5EFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFADD

Black with #5EFADD

Text Example


Text Example

White with #5EFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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