Html Css Color HEX #5EFADB Aquamarine

📋 copy color: '#5EFADB'

red 94 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #5EFADB

Tints of Aquamarine #5EFADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 16.7%
G = 44.4%
B = 38.9%

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

#5EFADB (or 0x5EFADB) is known color: Aquamarine. HEX triplet: 5E, FA and DB. RGB value is (94,250,219). Sum of RGB (Red+Green+Blue) = 94+250+219=563 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.70% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFADB is #A10524. Grayscale: #C7C7C7. Windows color (decimal): -10552613 or 14416478. OLE color: 14416478.

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

Color convert

RGB 94 250 219 -
CMYK 0.62 0 0.12 0.02
HSL 168.08º 0.94% 0.67% -
HSV(B) 168.08º 0.62% 0.98% -
XYZ 51.59 75.87 78.94 -
YUV 199.82 138.82 52.52 -
System Red Green Blue C M Y K H S L
Decimal 94 250 219 0.62 0 0.12 0.02 168.08 0.94 0.67
Hex 5E FA DB 3E 0 C 2 A8 5E 43
Octal 136 372 333 76 0 14 2 250 136 103
Binary 1011110 11111010 11011011 111110 0 1100 10 10101000 1011110 1000011

Color Harmonies of #5EFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFADB

Black with #5EFADB

Text Example


Text Example

White with #5EFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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