#5CDBAB

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

Shades of Medium Aquamarine #5CDBAB

Tints of Medium Aquamarine #5CDBAB

Color information

#5CDBAB (or 0x5CDBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DB and AB. RGB value is (92,219,171). Sum of RGB (Red+Green+Blue) = 92+219+171=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBAB is #A32454. Grayscale: #AFAFAF. Windows color (decimal): -10691669 or 11262812. OLE color: 11262812.

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

Color convert

RGB92219171-
CMYK0.5800.220.14
HSL157.32º63.82%60.98%-
HSV(B)157.32º57.99%85.88%-
XYZ37.155.8847.36-
YUV175.56125.4268.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=19.09%
G=45.44%
B=35.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922191710.5800.220.14157.3263.8260.98
Hex5CDBAB3A016E9d403d
Octal134333253720261623510075
Binary101110011011011101010111110100101101110100111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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