Html Css Color HEX #5DEFAF Medium Aquamarine

📋 copy color: '#5DEFAF'

red 93 ◦ green 239 ◦ blue 175

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

Shades of Medium Aquamarine #5DEFAF

Tints of Medium Aquamarine #5DEFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 18.34%
G = 47.14%
B = 34.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#5DEFAF (or 0x5DEFAF) is known color: Medium Aquamarine. HEX triplet: 5D, EF and AF. RGB value is (93,239,175). Sum of RGB (Red+Green+Blue) = 93+239+175=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEFAF is #A21050. Grayscale: #BCBCBC. Windows color (decimal): -10621009 or 11530077. OLE color: 11530077.

HSL color Cylindrical-coordinate representation of color #5DEFAF: hue angle of 153.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFAF is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 239 175 -
CMYK 0.61 0 0.27 0.06
HSL 153.7º 0.82% 0.65% -
HSV(B) 153.7º 0.61% 0.94% -
XYZ 43.12 67.16 51.25 -
YUV 188.05 120.63 60.2 -
System Red Green Blue C M Y K H S L
Decimal 93 239 175 0.61 0 0.27 0.06 153.7 0.82 0.65
Hex 5D EF AF 3D 0 1B 6 9A 52 41
Octal 135 357 257 75 0 33 6 232 122 101
Binary 1011101 11101111 10101111 111101 0 11011 110 10011010 1010010 1000001

Color Harmonies of #5DEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEFAF

Black with #5DEFAF

Text Example


Text Example

White with #5DEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,239,175); }

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

background-color css

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

 a { background-color: rgb(93,239,175); }

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

border-color css

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

 span { border-color: rgb(93,239,175); }

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