Html Css Color HEX #5DCCA0 Medium Aquamarine

📋 copy color: '#5DCCA0'

red 93 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #5DCCA0

Tints of Medium Aquamarine #5DCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 20.35%
G = 44.64%
B = 35.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#5DCCA0 (or 0x5DCCA0) is known color: Medium Aquamarine. HEX triplet: 5D, CC and A0. RGB value is (93,204,160). Sum of RGB (Red+Green+Blue) = 93+204+160=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA0 is #A2335F. Grayscale: #A5A5A5. Windows color (decimal): -10629984 or 10538077. OLE color: 10538077.

HSL color Cylindrical-coordinate representation of color #5DCCA0: hue angle of 156.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCA0 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 160 -
CMYK 0.54 0 0.22 0.2
HSL 156.22º 0.52% 0.58% -
HSV(B) 156.22º 0.54% 0.8% -
XYZ 32.45 48.05 40.82 -
YUV 165.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 93 204 160 0.54 0 0.22 0.2 156.22 0.52 0.58
Hex 5D CC A0 36 0 16 14 9C 34 3A
Octal 135 314 240 66 0 26 24 234 64 72
Binary 1011101 11001100 10100000 110110 0 10110 10100 10011100 110100 111010

Color Harmonies of #5DCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCA0

Black with #5DCCA0

Text Example


Text Example

White with #5DCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,204,160); }

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

background-color css

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

 a { background-color: rgb(93,204,160); }

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

border-color css

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

 span { border-color: rgb(93,204,160); }

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