#5FFDBE

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

Shades of Aquamarine #5FFDBE

Tints of Aquamarine #5FFDBE

Color information

#5FFDBE (or 0x5FFDBE) is unknown color: approx Aquamarine. HEX triplet: 5F, FD and BE. RGB value is (95,253,190). Sum of RGB (Red+Green+Blue) = 95+253+190=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDBE is #A00241. Grayscale: #C6C6C6. Windows color (decimal): -10486338 or 12516703. OLE color: 12516703.

HSL color Cylindrical-coordinate representation of color #5FFDBE: hue angle of 156.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDBE is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB95253190-
CMYK0.6200.250.01
HSL156.08º97.53%68.24%-
HSV(B)156.08º62.45%99.22%-
XYZ49.1476.460.87-
YUV198.58123.1554.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.66%
GREEN value IS 253 (99.22% from 255) = 47.03%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=17.66%
G=47.03%
B=35.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952531900.6200.250.01156.0897.5368.24
Hex5FFDBE3E01919c6244
Octal137375276760311234142104
Binary1011111111111011011111011111001100111001110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,190); }

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

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

 a { background-color: rgb(95,253,190); }

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

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

 span { border-color: rgb(95,253,190); }

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