#5CDBAC

Color #5CDBAC Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5CDBAC

Tints of Medium Aquamarine #5CDBAC

Color information

#5CDBAC (or 0x5CDBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DB and AC. RGB value is (92,219,172). Sum of RGB (Red+Green+Blue) = 92+219+172=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBAC is #A32453. Grayscale: #AFAFAF. Windows color (decimal): -10691668 or 11328348. OLE color: 11328348.

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

Color convert

RGB92219172-
CMYK0.5800.210.14
HSL157.8º63.82%60.98%-
HSV(B)157.8º57.99%85.88%-
XYZ37.1955.9247.86-
YUV175.67125.9268.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.05%
GREEN value IS 219 (85.94% from 255) = 45.34%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=19.05%
G=45.34%
B=35.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922191720.5800.210.14157.863.8260.98
Hex5CDBAC3A015E9e403d
Octal134333254720251623610075
Binary101110011011011101011001110100101011110100111101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,219,172); }

 H1.HeaderClassName
 {
   color: #5CDBAC;
 }
 .AnyTagClassName
 {
   color: #5CDBAC;
 }
</style>
background-color css

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

 a { background-color: rgb(92,219,172); }

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

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

 span { border-color: rgb(92,219,172); }

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