#5CD6B6

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

Shades of Medium Aquamarine #5CD6B6

Tints of Medium Aquamarine #5CD6B6

Color information

#5CD6B6 (or 0x5CD6B6) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D6 and B6. RGB value is (92,214,182). Sum of RGB (Red+Green+Blue) = 92+214+182=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD6B6 is #A32949. Grayscale: #ADADAD. Windows color (decimal): -10692938 or 11982428. OLE color: 11982428.

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

Color convert

RGB92214182-
CMYK0.5700.150.16
HSL164.26º59.8%60%-
HSV(B)164.26º57.01%83.92%-
XYZ36.953.7552.68-
YUV173.87132.5869.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.85%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=18.85%
G=43.85%
B=37.30%

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
Decimal922141820.5700.150.16164.2659.860
Hex5CD6B6390F10a43c3c
Octal13432626671017202447474
Binary10111001101011010110110111001011111000010100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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