Html Css Color HEX #5DFEDB Aquamarine

📋 copy color: '#5DFEDB'

red 93 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #5DFEDB

Tints of Aquamarine #5DFEDB

RGB

 RED value IS 93 (36.72% from 255) = 16.43%

 GREEN value IS 254 (99.61% from 255) = 44.88%

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

R = 16.43%
G = 44.88%
B = 38.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#5DFEDB (or 0x5DFEDB) is known color: Aquamarine. HEX triplet: 5D, FE and DB. RGB value is (93,254,219). Sum of RGB (Red+Green+Blue) = 93+254+219=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEDB is #A20124. Grayscale: #C9C9C9. Windows color (decimal): -10617125 or 14417501. OLE color: 14417501.

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

Color convert

RGB 93 254 219 -
CMYK 0.63 0 0.14 0.00
HSL 166.96º 0.99% 0.68% -
HSV(B) 166.96º 0.63% 1% -
XYZ 52.74 78.33 79.36 -
YUV 201.87 137.66 50.35 -
System Red Green Blue C M Y K H S L
Decimal 93 254 219 0.63 0 0.14 0.00 166.96 0.99 0.68
Hex 5D FE DB 3F 0 E 0 A7 63 44
Octal 135 376 333 77 0 16 0 247 143 104
Binary 1011101 11111110 11011011 111111 0 1110 0 10100111 1100011 1000100

Color Harmonies of #5DFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEDB

Black with #5DFEDB

Text Example


Text Example

White with #5DFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,254,219); }

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

background-color css

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

 a { background-color: rgb(93,254,219); }

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

border-color css

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

 span { border-color: rgb(93,254,219); }

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