#5CD6B4

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

Shades of Medium Aquamarine #5CD6B4

Tints of Medium Aquamarine #5CD6B4

Color information

#5CD6B4 (or 0x5CD6B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D6 and B4. RGB value is (92,214,180). Sum of RGB (Red+Green+Blue) = 92+214+180=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD6B4 is #A3294B. Grayscale: #ADADAD. Windows color (decimal): -10692940 or 11851356. OLE color: 11851356.

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

Color convert

RGB92214180-
CMYK0.5700.160.16
HSL163.28º59.8%60%-
HSV(B)163.28º57.01%83.92%-
XYZ36.753.6651.6-
YUV173.65131.5869.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.93%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=18.93%
G=44.03%
B=37.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal922141800.5700.160.16163.2859.860
Hex5CD6B43901010a33c3c
Octal13432626471020202437474
Binary101110011010110101101001110010100001000010100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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