#5CD6B5

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

Shades of Medium Aquamarine #5CD6B5

Tints of Medium Aquamarine #5CD6B5

Color information

#5CD6B5 (or 0x5CD6B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D6 and B5. RGB value is (92,214,181). Sum of RGB (Red+Green+Blue) = 92+214+181=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD6B5 is #A3294A. Grayscale: #ADADAD. Windows color (decimal): -10692939 or 11916892. OLE color: 11916892.

HSL color Cylindrical-coordinate representation of color #5CD6B5: hue angle of 163.77º degrees, saturation: 0.6, 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 #5CD6B5 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB92214181-
CMYK0.5700.150.16
HSL163.77º59.8%60%-
HSV(B)163.77º57.01%83.92%-
XYZ36.853.752.14-
YUV173.76132.0869.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.89%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=18.89%
G=43.94%
B=37.17%

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
Decimal922141810.5700.150.16163.7759.860
Hex5CD6B5390F10a43c3c
Octal13432626571017202447474
Binary10111001101011010110101111001011111000010100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,214,181); }

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

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

 a { background-color: rgb(92,214,181); }

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

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

 span { border-color: rgb(92,214,181); }

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