Html Css Color HEX #5EFCDB Aquamarine

📋 copy color: '#5EFCDB'

red 94 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #5EFCDB

Tints of Aquamarine #5EFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

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

R = 16.64%
G = 44.6%
B = 38.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#5EFCDB (or 0x5EFCDB) is known color: Aquamarine. HEX triplet: 5E, FC and DB. RGB value is (94,252,219). Sum of RGB (Red+Green+Blue) = 94+252+219=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCDB is #A10324. Grayscale: #C8C8C8. Windows color (decimal): -10552101 or 14416990. OLE color: 14416990.

HSL color Cylindrical-coordinate representation of color #5EFCDB: hue angle of 167.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFCDB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 252 219 -
CMYK 0.63 0 0.13 0.01
HSL 167.47º 0.96% 0.68% -
HSV(B) 167.47º 0.63% 0.99% -
XYZ 52.21 77.11 79.15 -
YUV 201 138.15 51.68 -
System Red Green Blue C M Y K H S L
Decimal 94 252 219 0.63 0 0.13 0.01 167.47 0.96 0.68
Hex 5E FC DB 3F 0 D 1 A7 60 44
Octal 136 374 333 77 0 15 1 247 140 104
Binary 1011110 11111100 11011011 111111 0 1101 1 10100111 1100000 1000100

Color Harmonies of #5EFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFCDB

Black with #5EFCDB

Text Example


Text Example

White with #5EFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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