Html Css Color HEX #5DFC98 Medium Aquamarine

📋 copy color: '#5DFC98'

red 93 ◦ green 252 ◦ blue 152

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

Shades of Medium Aquamarine #5DFC98

Tints of Medium Aquamarine #5DFC98

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.7%

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

R = 18.71%
G = 50.7%
B = 30.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#5DFC98 (or 0x5DFC98) is known color: Medium Aquamarine. HEX triplet: 5D, FC and 98. RGB value is (93,252,152). Sum of RGB (Red+Green+Blue) = 93+252+152=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFC98 is #A20367. Grayscale: #C1C1C1. Windows color (decimal): -10617704 or 10026077. OLE color: 10026077.

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

Color convert

RGB 93 252 152 -
CMYK 0.63 0 0.40 0.01
HSL 142.26º 0.96% 0.68% -
HSV(B) 142.26º 0.63% 0.99% -
XYZ 44.99 74.21 41.66 -
YUV 193.06 104.82 56.63 -
System Red Green Blue C M Y K H S L
Decimal 93 252 152 0.63 0 0.40 0.01 142.26 0.96 0.68
Hex 5D FC 98 3F 0 28 1 8E 60 44
Octal 135 374 230 77 0 50 1 216 140 104
Binary 1011101 11111100 10011000 111111 0 101000 1 10001110 1100000 1000100

Color Harmonies of #5DFC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFC98

Black with #5DFC98

Text Example


Text Example

White with #5DFC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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