Html Css Color HEX #5CDCA3 Medium Aquamarine

📋 copy color: '#5CDCA3'

red 92 ◦ green 220 ◦ blue 163

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

Shades of Medium Aquamarine #5CDCA3

Tints of Medium Aquamarine #5CDCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.32%

R = 19.37%
G = 46.32%
B = 34.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#5CDCA3 (or 0x5CDCA3) is known color: Medium Aquamarine. HEX triplet: 5C, DC and A3. RGB value is (92,220,163). Sum of RGB (Red+Green+Blue) = 92+220+163=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCA3 is #A3235C. Grayscale: #AFAFAF. Windows color (decimal): -10691421 or 10738780. OLE color: 10738780.

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

Color convert

RGB 92 220 163 -
CMYK 0.58 0 0.26 0.14
HSL 153.28º 0.65% 0.61% -
HSV(B) 153.28º 0.58% 0.86% -
XYZ 36.62 56.11 43.55 -
YUV 175.23 121.09 68.63 -
System Red Green Blue C M Y K H S L
Decimal 92 220 163 0.58 0 0.26 0.14 153.28 0.65 0.61
Hex 5C DC A3 3A 0 1A E 99 41 3D
Octal 134 334 243 72 0 32 16 231 101 75
Binary 1011100 11011100 10100011 111010 0 11010 1110 10011001 1000001 111101

Color Harmonies of #5CDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDCA3

Black with #5CDCA3

Text Example


Text Example

White with #5CDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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