Html Css Color HEX #5DCEAC Medium Aquamarine

📋 copy color: '#5DCEAC'

red 93 ◦ green 206 ◦ blue 172

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

Shades of Medium Aquamarine #5DCEAC

Tints of Medium Aquamarine #5DCEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 19.75%
G = 43.74%
B = 36.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#5DCEAC (or 0x5DCEAC) is known color: Medium Aquamarine. HEX triplet: 5D, CE and AC. RGB value is (93,206,172). Sum of RGB (Red+Green+Blue) = 93+206+172=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEAC is #A23153. Grayscale: #A8A8A8. Windows color (decimal): -10629460 or 11325021. OLE color: 11325021.

HSL color Cylindrical-coordinate representation of color #5DCEAC: hue angle of 161.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEAC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 206 172 -
CMYK 0.55 0 0.17 0.19
HSL 161.95º 0.54% 0.59% -
HSV(B) 161.95º 0.55% 0.81% -
XYZ 34.03 49.45 46.78 -
YUV 168.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 93 206 172 0.55 0 0.17 0.19 161.95 0.54 0.59
Hex 5D CE AC 37 0 11 13 A2 36 3B
Octal 135 316 254 67 0 21 23 242 66 73
Binary 1011101 11001110 10101100 110111 0 10001 10011 10100010 110110 111011

Color Harmonies of #5DCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEAC

Black with #5DCEAC

Text Example


Text Example

White with #5DCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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