Html Css Color HEX #5CDC9C Medium Aquamarine

📋 copy color: '#5CDC9C'

red 92 ◦ green 220 ◦ blue 156

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

Shades of Medium Aquamarine #5CDC9C

Tints of Medium Aquamarine #5CDC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 19.66%
G = 47.01%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#5CDC9C (or 0x5CDC9C) is known color: Medium Aquamarine. HEX triplet: 5C, DC and 9C. RGB value is (92,220,156). Sum of RGB (Red+Green+Blue) = 92+220+156=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDC9C is #A32363. Grayscale: #AEAEAE. Windows color (decimal): -10691428 or 10280028. OLE color: 10280028.

HSL color Cylindrical-coordinate representation of color #5CDC9C: hue angle of 150º degrees, saturation: 0.65, 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 #5CDC9C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 220 156 -
CMYK 0.58 0 0.29 0.14
HSL 150º 0.65% 0.61% -
HSV(B) 150º 0.58% 0.86% -
XYZ 36.01 55.86 40.34 -
YUV 174.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 92 220 156 0.58 0 0.29 0.14 150 0.65 0.61
Hex 5C DC 9C 3A 0 1D E 96 41 3D
Octal 134 334 234 72 0 35 16 226 101 75
Binary 1011100 11011100 10011100 111010 0 11101 1110 10010110 1000001 111101

Color Harmonies of #5CDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDC9C

Black with #5CDC9C

Text Example


Text Example

White with #5CDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,220,156); }

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

background-color css

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

 a { background-color: rgb(92,220,156); }

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

border-color css

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

 span { border-color: rgb(92,220,156); }

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