#5BF9C1

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

Shades of Aquamarine #5BF9C1

Tints of Aquamarine #5BF9C1

Color information

#5BF9C1 (or 0x5BF9C1) is unknown color: approx Aquamarine. HEX triplet: 5B, F9 and C1. RGB value is (91,249,193). Sum of RGB (Red+Green+Blue) = 91+249+193=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF9C1 is #A4063E. Grayscale: #C3C3C3. Windows color (decimal): -10749503 or 12712283. OLE color: 12712283.

HSL color Cylindrical-coordinate representation of color #5BF9C1: hue angle of 158.73º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF9C1 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB91249193-
CMYK0.6300.220.02
HSL158.73º92.94%66.67%-
HSV(B)158.73º63.45%97.65%-
XYZ47.8273.8362.18-
YUV195.37126.6553.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.07%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=17.07%
G=46.72%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912491930.6300.220.02158.7392.9466.67
Hex5BF9C13F01629f5d43
Octal133371301770262237135103
Binary10110111111100111000001111111010110101001111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,249,193); }

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

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

 a { background-color: rgb(91,249,193); }

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

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

 span { border-color: rgb(91,249,193); }

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