#5CDEB6

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

Shades of Medium Aquamarine #5CDEB6

Tints of Medium Aquamarine #5CDEB6

Color information

#5CDEB6 (or 0x5CDEB6) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DE and B6. RGB value is (92,222,182). Sum of RGB (Red+Green+Blue) = 92+222+182=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEB6 is #A32149. Grayscale: #B2B2B2. Windows color (decimal): -10690890 or 11984476. OLE color: 11984476.

HSL color Cylindrical-coordinate representation of color #5CDEB6: hue angle of 161.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEB6 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB92222182-
CMYK0.5900.180.13
HSL161.54º66.33%61.57%-
HSV(B)161.54º58.56%87.06%-
XYZ38.9857.953.38-
YUV178.57129.9366.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.55%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=18.55%
G=44.76%
B=36.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922221820.5900.180.13161.5466.3361.57
Hex5CDEB63B012Da2423e
Octal134336266730221524210276
Binary101110011011110101101101110110100101101101000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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