#13F1BB

Color #13F1BB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #13F1BB

Tints of Medium Spring Green #13F1BB

Color information

#13F1BB (or 0x13F1BB) is unknown color: approx Medium Spring Green. HEX triplet: 13, F1 and BB. RGB value is (19,241,187). Sum of RGB (Red+Green+Blue) = 19+241+187=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F1BB is #EC0E44. Grayscale: #A8A8A8. Windows color (decimal): -15470149 or 12316947. OLE color: 12316947.

HSL color Cylindrical-coordinate representation of color #13F1BB: hue angle of 165.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F1BB is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB19241187-
CMYK0.9200.220.05
HSL165.41º88.8%50.98%-
HSV(B)165.41º92.12%94.51%-
XYZ40.6966.6457.73-
YUV168.47138.4521.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.25%
GREEN value IS 241 (94.53% from 255) = 53.91%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=4.25%
G=53.91%
B=41.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192411870.9200.220.05165.4188.850.98
Hex13F1BB5C0165a55933
Octal23361273134026524513163
Binary1001111110001101110111011100010110101101001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13F1BB; }

 p { color: rgb(19,241,187); }

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

<style>
 a { background-color: #13F1BB; }

 a { background-color: rgb(19,241,187); }

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

<style>
 span { border-color: #13F1BB; }

 span { border-color: rgb(19,241,187); }

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