Html Css Color HEX #5CD9A0 Medium Aquamarine

📋 copy color: '#5CD9A0'

red 92 ◦ green 217 ◦ blue 160

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

Shades of Medium Aquamarine #5CD9A0

Tints of Medium Aquamarine #5CD9A0

RGB

 RED value IS 92 (36.33% from 255) = 19.62%

 GREEN value IS 217 (85.16% from 255) = 46.27%

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

R = 19.62%
G = 46.27%
B = 34.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#5CD9A0 (or 0x5CD9A0) is known color: Medium Aquamarine. HEX triplet: 5C, D9 and A0. RGB value is (92,217,160). Sum of RGB (Red+Green+Blue) = 92+217+160=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD9A0 is #A3265F. Grayscale: #ADADAD. Windows color (decimal): -10692192 or 10541404. OLE color: 10541404.

HSL color Cylindrical-coordinate representation of color #5CD9A0: hue angle of 152.64º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9A0 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 217 160 -
CMYK 0.58 0 0.26 0.15
HSL 152.64º 0.62% 0.61% -
HSV(B) 152.64º 0.58% 0.85% -
XYZ 35.57 54.44 41.89 -
YUV 173.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 92 217 160 0.58 0 0.26 0.15 152.64 0.62 0.61
Hex 5C D9 A0 3A 0 1A F 99 3E 3D
Octal 134 331 240 72 0 32 17 231 76 75
Binary 1011100 11011001 10100000 111010 0 11010 1111 10011001 111110 111101

Color Harmonies of #5CD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD9A0

Black with #5CD9A0

Text Example


Text Example

White with #5CD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,217,160); }

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

background-color css

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

 a { background-color: rgb(92,217,160); }

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

border-color css

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

 span { border-color: rgb(92,217,160); }

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