Html Css Color HEX #5DDCB3 Medium Aquamarine

📋 copy color: '#5DDCB3'

red 93 ◦ green 220 ◦ blue 179

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

Shades of Medium Aquamarine #5DDCB3

Tints of Medium Aquamarine #5DDCB3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 18.9%
G = 44.72%
B = 36.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#5DDCB3 (or 0x5DDCB3) is known color: Medium Aquamarine. HEX triplet: 5D, DC and B3. RGB value is (93,220,179). Sum of RGB (Red+Green+Blue) = 93+220+179=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCB3 is #A2234C. Grayscale: #B1B1B1. Windows color (decimal): -10625869 or 11787357. OLE color: 11787357.

HSL color Cylindrical-coordinate representation of color #5DDCB3: hue angle of 160.63º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCB3 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 179 -
CMYK 0.58 0 0.19 0.14
HSL 160.63º 0.64% 0.61% -
HSV(B) 160.63º 0.58% 0.86% -
XYZ 38.24 56.77 51.59 -
YUV 177.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 93 220 179 0.58 0 0.19 0.14 160.63 0.64 0.61
Hex 5D DC B3 3A 0 13 E A1 40 3D
Octal 135 334 263 72 0 23 16 241 100 75
Binary 1011101 11011100 10110011 111010 0 10011 1110 10100001 1000000 111101

Color Harmonies of #5DDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCB3

Black with #5DDCB3

Text Example


Text Example

White with #5DDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,179); }

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

background-color css

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

 a { background-color: rgb(93,220,179); }

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

border-color css

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

 span { border-color: rgb(93,220,179); }

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