Html Css Color HEX #5DDD98 Medium Aquamarine

📋 copy color: '#5DDD98'

red 93 ◦ green 221 ◦ blue 152

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

Shades of Medium Aquamarine #5DDD98

Tints of Medium Aquamarine #5DDD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 19.96%
G = 47.42%
B = 32.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#5DDD98 (or 0x5DDD98) is known color: Medium Aquamarine. HEX triplet: 5D, DD and 98. RGB value is (93,221,152). Sum of RGB (Red+Green+Blue) = 93+221+152=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDD98 is #A22267. Grayscale: #AFAFAF. Windows color (decimal): -10625640 or 10018141. OLE color: 10018141.

HSL color Cylindrical-coordinate representation of color #5DDD98: hue angle of 147.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDD98 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 152 -
CMYK 0.58 0 0.31 0.13
HSL 147.66º 0.65% 0.62% -
HSV(B) 147.66º 0.58% 0.87% -
XYZ 36.04 56.31 38.67 -
YUV 174.86 115.09 69.61 -
System Red Green Blue C M Y K H S L
Decimal 93 221 152 0.58 0 0.31 0.13 147.66 0.65 0.62
Hex 5D DD 98 3A 0 1F D 94 41 3E
Octal 135 335 230 72 0 37 15 224 101 76
Binary 1011101 11011101 10011000 111010 0 11111 1101 10010100 1000001 111110

Color Harmonies of #5DDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDD98

Black with #5DDD98

Text Example


Text Example

White with #5DDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,221,152); }

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

background-color css

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

 a { background-color: rgb(93,221,152); }

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

border-color css

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

 span { border-color: rgb(93,221,152); }

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