#5CD5B4

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

Shades of Medium Aquamarine #5CD5B4

Tints of Medium Aquamarine #5CD5B4

Color information

#5CD5B4 (or 0x5CD5B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D5 and B4. RGB value is (92,213,180). Sum of RGB (Red+Green+Blue) = 92+213+180=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD5B4 is #A32A4B. Grayscale: #ADADAD. Windows color (decimal): -10693196 or 11851100. OLE color: 11851100.

HSL color Cylindrical-coordinate representation of color #5CD5B4: hue angle of 163.64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD5B4 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB92213180-
CMYK0.5700.150.16
HSL163.64º59.02%59.8%-
HSV(B)163.64º56.81%83.53%-
XYZ36.4553.1651.52-
YUV173.06131.9170.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.97%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=18.97%
G=43.92%
B=37.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922131800.5700.150.16163.6459.0259.8
Hex5CD5B4390F10a43b3c
Octal13432526471017202447374
Binary10111001101010110110100111001011111000010100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,213,180); }

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

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

 a { background-color: rgb(92,213,180); }

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

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

 span { border-color: rgb(92,213,180); }

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