#1BFCB0

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

Shades of Medium Spring Green #1BFCB0

Tints of Medium Spring Green #1BFCB0

Color information

#1BFCB0 (or 0x1BFCB0) is unknown color: approx Medium Spring Green. HEX triplet: 1B, FC and B0. RGB value is (27,252,176). Sum of RGB (Red+Green+Blue) = 27+252+176=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #1BFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BFCB0 is #E4034F. Grayscale: #B0B0B0. Windows color (decimal): -14943056 or 11598875. OLE color: 11598875.

HSL color Cylindrical-coordinate representation of color #1BFCB0: hue angle of 159.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFCB0 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB27252176-
CMYK0.8900.300.01
HSL159.73º97.4%54.71%-
HSV(B)159.73º89.29%98.82%-
XYZ43.172.9952.89-
YUV176.06127.9621.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.93%
GREEN value IS 252 (98.83% from 255) = 55.38%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=5.93%
G=55.38%
B=38.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal272521760.8900.300.01159.7397.454.71
Hex1BFCB05901E1a06137
Octal33374260131036124014167
Binary11011111111001011000010110010111101101000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BFCB0; }

 p { color: rgb(27,252,176); }

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

<style>
 a { background-color: #1BFCB0; }

 a { background-color: rgb(27,252,176); }

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

<style>
 span { border-color: #1BFCB0; }

 span { border-color: rgb(27,252,176); }

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