Html Css Color HEX #5DEBAE Medium Aquamarine

📋 copy color: '#5DEBAE'

red 93 ◦ green 235 ◦ blue 174

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

Shades of Medium Aquamarine #5DEBAE

Tints of Medium Aquamarine #5DEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 18.53%
G = 46.81%
B = 34.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#5DEBAE (or 0x5DEBAE) is known color: Medium Aquamarine. HEX triplet: 5D, EB and AE. RGB value is (93,235,174). Sum of RGB (Red+Green+Blue) = 93+235+174=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEBAE is #A21451. Grayscale: #B9B9B9. Windows color (decimal): -10622034 or 11463517. OLE color: 11463517.

HSL color Cylindrical-coordinate representation of color #5DEBAE: hue angle of 154.23º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBAE is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 235 174 -
CMYK 0.60 0 0.26 0.08
HSL 154.23º 0.78% 0.64% -
HSV(B) 154.23º 0.6% 0.92% -
XYZ 41.86 64.8 50.35 -
YUV 185.59 121.46 61.96 -
System Red Green Blue C M Y K H S L
Decimal 93 235 174 0.60 0 0.26 0.08 154.23 0.78 0.64
Hex 5D EB AE 3C 0 1A 8 9A 4E 40
Octal 135 353 256 74 0 32 10 232 116 100
Binary 1011101 11101011 10101110 111100 0 11010 1000 10011010 1001110 1000000

Color Harmonies of #5DEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEBAE

Black with #5DEBAE

Text Example


Text Example

White with #5DEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,235,174); }

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

background-color css

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

 a { background-color: rgb(93,235,174); }

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

border-color css

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

 span { border-color: rgb(93,235,174); }

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