#5BFEDE

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

Shades of Aquamarine #5BFEDE

Tints of Aquamarine #5BFEDE

Color information

#5BFEDE (or 0x5BFEDE) is unknown color: approx Aquamarine. HEX triplet: 5B, FE and DE. RGB value is (91,254,222). Sum of RGB (Red+Green+Blue) = 91+254+222=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEDE is #A40121. Grayscale: #C9C9C9. Windows color (decimal): -10748194 or 14614107. OLE color: 14614107.

HSL color Cylindrical-coordinate representation of color #5BFEDE: hue angle of 168.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEDE is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB91254222-
CMYK0.6400.130.00
HSL168.22º98.79%67.65%-
HSV(B)168.22º64.17%99.61%-
XYZ52.9478.3881.45-
YUV201.61139.549.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.05%
GREEN value IS 254 (99.61% from 255) = 44.80%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=16.05%
G=44.80%
B=39.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912542220.6400.130.00168.2298.7967.65
Hex5BFEDE400D0a86344
Octal1333763361000150250143104
Binary1011011111111101101111010000000110101010100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,254,222); }

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

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

 a { background-color: rgb(91,254,222); }

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

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

 span { border-color: rgb(91,254,222); }

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