#5CDBA4

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

Shades of Medium Aquamarine #5CDBA4

Tints of Medium Aquamarine #5CDBA4

Color information

#5CDBA4 (or 0x5CDBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DB and A4. RGB value is (92,219,164). Sum of RGB (Red+Green+Blue) = 92+219+164=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBA4 is #A3245B. Grayscale: #AEAEAE. Windows color (decimal): -10691676 or 10804060. OLE color: 10804060.

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

Color convert

RGB92219164-
CMYK0.5800.250.14
HSL154.02º63.82%60.98%-
HSV(B)154.02º57.99%85.88%-
XYZ36.4555.6243.94-
YUV174.76121.9268.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=19.37%
G=46.11%
B=34.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922191640.5800.250.14154.0263.8260.98
Hex5CDBA43A019E9a403d
Octal134333244720311623210075
Binary101110011011011101001001110100110011110100110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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