#5CDEB1

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

Shades of Medium Aquamarine #5CDEB1

Tints of Medium Aquamarine #5CDEB1

Color information

#5CDEB1 (or 0x5CDEB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DE and B1. RGB value is (92,222,177). Sum of RGB (Red+Green+Blue) = 92+222+177=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDEB1 is #A3214E. Grayscale: #B2B2B2. Windows color (decimal): -10690895 or 11656796. OLE color: 11656796.

HSL color Cylindrical-coordinate representation of color #5CDEB1: hue angle of 159.23º 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 #5CDEB1 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB92222177-
CMYK0.5900.200.13
HSL159.23º66.33%61.57%-
HSV(B)159.23º58.56%87.06%-
XYZ38.4757.6950.7-
YUV178127.4366.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=18.74%
G=45.21%
B=36.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922221770.5900.200.13159.2366.3361.57
Hex5CDEB13B014D9f423e
Octal134336261730241523710276
Binary101110011011110101100011110110101001101100111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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