#5BF7C0

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

Shades of Aquamarine #5BF7C0

Tints of Aquamarine #5BF7C0

Color information

#5BF7C0 (or 0x5BF7C0) is unknown color: approx Aquamarine. HEX triplet: 5B, F7 and C0. RGB value is (91,247,192). Sum of RGB (Red+Green+Blue) = 91+247+192=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF7C0 is #A4083F. Grayscale: #C2C2C2. Windows color (decimal): -10750016 or 12646235. OLE color: 12646235.

HSL color Cylindrical-coordinate representation of color #5BF7C0: hue angle of 158.85º degrees, saturation: 0.91, 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 #5BF7C0 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB91247192-
CMYK0.6300.220.03
HSL158.85º90.7%66.27%-
HSV(B)158.85º63.16%96.86%-
XYZ47.0972.5561.39-
YUV194.09126.8254.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.17%
GREEN value IS 247 (96.88% from 255) = 46.60%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=17.17%
G=46.60%
B=36.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912471920.6300.220.03158.8590.766.27
Hex5BF7C03F01639f5b42
Octal133367300770263237133102
Binary10110111111011111000000111111010110111001111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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