Html Css Color HEX #5DEAAC Medium Aquamarine

📋 copy color: '#5DEAAC'

red 93 ◦ green 234 ◦ blue 172

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

Shades of Medium Aquamarine #5DEAAC

Tints of Medium Aquamarine #5DEAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 18.64%
G = 46.89%
B = 34.47%

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

#5DEAAC (or 0x5DEAAC) is known color: Medium Aquamarine. HEX triplet: 5D, EA and AC. RGB value is (93,234,172). Sum of RGB (Red+Green+Blue) = 93+234+172=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEAAC is #A21553. Grayscale: #B8B8B8. Windows color (decimal): -10622292 or 11332189. OLE color: 11332189.

HSL color Cylindrical-coordinate representation of color #5DEAAC: hue angle of 153.62º degrees, saturation: 0.77, 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 #5DEAAC is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 172 -
CMYK 0.60 0 0.26 0.08
HSL 153.62º 0.77% 0.64% -
HSV(B) 153.62º 0.6% 0.92% -
XYZ 41.38 64.15 49.23 -
YUV 184.77 120.79 62.54 -
System Red Green Blue C M Y K H S L
Decimal 93 234 172 0.60 0 0.26 0.08 153.62 0.77 0.64
Hex 5D EA AC 3C 0 1A 8 9A 4D 40
Octal 135 352 254 74 0 32 10 232 115 100
Binary 1011101 11101010 10101100 111100 0 11010 1000 10011010 1001101 1000000

Color Harmonies of #5DEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEAAC

Black with #5DEAAC

Text Example


Text Example

White with #5DEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,172); }

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

background-color css

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

 a { background-color: rgb(93,234,172); }

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

border-color css

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

 span { border-color: rgb(93,234,172); }

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