Html Css Color HEX #5DCFAD Medium Aquamarine

📋 copy color: '#5DCFAD'

red 93 ◦ green 207 ◦ blue 173

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

Shades of Medium Aquamarine #5DCFAD

Tints of Medium Aquamarine #5DCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.76%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 19.66%
G = 43.76%
B = 36.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#5DCFAD (or 0x5DCFAD) is known color: Medium Aquamarine. HEX triplet: 5D, CF and AD. RGB value is (93,207,173). Sum of RGB (Red+Green+Blue) = 93+207+173=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFAD is #A23052. Grayscale: #A9A9A9. Windows color (decimal): -10629203 or 11390813. OLE color: 11390813.

HSL color Cylindrical-coordinate representation of color #5DCFAD: hue angle of 162.11º 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 #5DCFAD is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 173 -
CMYK 0.55 0 0.16 0.19
HSL 162.11º 0.54% 0.59% -
HSV(B) 162.11º 0.55% 0.81% -
XYZ 34.37 49.97 47.37 -
YUV 169.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 93 207 173 0.55 0 0.16 0.19 162.11 0.54 0.59
Hex 5D CF AD 37 0 10 13 A2 36 3B
Octal 135 317 255 67 0 20 23 242 66 73
Binary 1011101 11001111 10101101 110111 0 10000 10011 10100010 110110 111011

Color Harmonies of #5DCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFAD

Black with #5DCFAD

Text Example


Text Example

White with #5DCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,173); }

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

background-color css

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

 a { background-color: rgb(93,207,173); }

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

border-color css

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

 span { border-color: rgb(93,207,173); }

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