Html Css Color HEX #5DCDA7 Medium Aquamarine

📋 copy color: '#5DCDA7'

red 93 ◦ green 205 ◦ blue 167

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

Shades of Medium Aquamarine #5DCDA7

Tints of Medium Aquamarine #5DCDA7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 167 (65.63% from 255) = 35.91%

R = 20%
G = 44.09%
B = 35.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#5DCDA7 (or 0x5DCDA7) is known color: Medium Aquamarine. HEX triplet: 5D, CD and A7. RGB value is (93,205,167). Sum of RGB (Red+Green+Blue) = 93+205+167=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDA7 is #A23258. Grayscale: #A7A7A7. Windows color (decimal): -10629721 or 10997085. OLE color: 10997085.

HSL color Cylindrical-coordinate representation of color #5DCDA7: hue angle of 159.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDA7 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 167 -
CMYK 0.55 0 0.19 0.20
HSL 159.64º 0.53% 0.58% -
HSV(B) 159.64º 0.55% 0.8% -
XYZ 33.32 48.78 44.22 -
YUV 167.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 93 205 167 0.55 0 0.19 0.20 159.64 0.53 0.58
Hex 5D CD A7 37 0 13 14 A0 35 3A
Octal 135 315 247 67 0 23 24 240 65 72
Binary 1011101 11001101 10100111 110111 0 10011 10100 10100000 110101 111010

Color Harmonies of #5DCDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDA7

Black with #5DCDA7

Text Example


Text Example

White with #5DCDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,167); }

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

background-color css

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

 a { background-color: rgb(93,205,167); }

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

border-color css

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

 span { border-color: rgb(93,205,167); }

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