#5FDEB3

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

Shades of Medium Aquamarine #5FDEB3

Tints of Medium Aquamarine #5FDEB3

Color information

#5FDEB3 (or 0x5FDEB3) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, DE and B3. RGB value is (95,222,179). Sum of RGB (Red+Green+Blue) = 95+222+179=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDEB3 is #A0214C. Grayscale: #B3B3B3. Windows color (decimal): -10494285 or 11787871. OLE color: 11787871.

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

Color convert

RGB95222179-
CMYK0.5700.190.13
HSL159.69º65.8%62.16%-
HSV(B)159.69º57.21%87.06%-
XYZ38.9857.9351.78-
YUV179.12127.9268-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.15%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=19.15%
G=44.76%
B=36.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952221790.5700.190.13159.6965.862.16
Hex5FDEB339013Da0423e
Octal137336263710231524010276
Binary101111111011110101100111110010100111101101000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,222,179); }

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

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

 a { background-color: rgb(95,222,179); }

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

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

 span { border-color: rgb(95,222,179); }

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