#5BF8C0

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

Shades of Aquamarine #5BF8C0

Tints of Aquamarine #5BF8C0

Color information

#5BF8C0 (or 0x5BF8C0) is unknown color: approx Aquamarine. HEX triplet: 5B, F8 and C0. RGB value is (91,248,192). Sum of RGB (Red+Green+Blue) = 91+248+192=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF8C0 is #A4073F. Grayscale: #C2C2C2. Windows color (decimal): -10749760 or 12646491. OLE color: 12646491.

HSL color Cylindrical-coordinate representation of color #5BF8C0: hue angle of 158.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF8C0 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB91248192-
CMYK0.6300.230.03
HSL158.6º91.81%66.47%-
HSV(B)158.6º63.31%97.25%-
XYZ47.473.1661.49-
YUV194.67126.4954.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.14%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=17.14%
G=46.70%
B=36.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912481920.6300.230.03158.691.8166.47
Hex5BF8C03F01739f5c42
Octal133370300770273237134102
Binary10110111111100011000000111111010111111001111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,248,192); }

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

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

 a { background-color: rgb(91,248,192); }

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

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

 span { border-color: rgb(91,248,192); }

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