Html Css Color HEX #5DFEE0 Aquamarine

📋 copy color: '#5DFEE0'

red 93 ◦ green 254 ◦ blue 224

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

Shades of Aquamarine #5DFEE0

Tints of Aquamarine #5DFEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 16.29%
G = 44.48%
B = 39.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#5DFEE0 (or 0x5DFEE0) is known color: Aquamarine. HEX triplet: 5D, FE and E0. RGB value is (93,254,224). Sum of RGB (Red+Green+Blue) = 93+254+224=571 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.29% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEE0 is #A2011F. Grayscale: #CACACA. Windows color (decimal): -10617120 or 14745181. OLE color: 14745181.

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

Color convert

RGB 93 254 224 -
CMYK 0.63 0 0.12 0.00
HSL 168.82º 0.99% 0.68% -
HSV(B) 168.82º 0.63% 1% -
XYZ 53.41 78.59 82.88 -
YUV 202.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 93 254 224 0.63 0 0.12 0.00 168.82 0.99 0.68
Hex 5D FE E0 3F 0 C 0 A9 63 44
Octal 135 376 340 77 0 14 0 251 143 104
Binary 1011101 11111110 11100000 111111 0 1100 0 10101001 1100011 1000100

Color Harmonies of #5DFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFEE0

Black with #5DFEE0

Text Example


Text Example

White with #5DFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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