#1BF2AC

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

Shades of Medium Spring Green #1BF2AC

Tints of Medium Spring Green #1BF2AC

Color information

#1BF2AC (or 0x1BF2AC) is unknown color: approx Medium Spring Green. HEX triplet: 1B, F2 and AC. RGB value is (27,242,172). Sum of RGB (Red+Green+Blue) = 27+242+172=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #1BF2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF2AC is #E40D53. Grayscale: #A9A9A9. Windows color (decimal): -14945620 or 11334171. OLE color: 11334171.

HSL color Cylindrical-coordinate representation of color #1BF2AC: hue angle of 160.47º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF2AC is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB27242172-
CMYK0.8900.290.05
HSL160.47º89.21%52.75%-
HSV(B)160.47º88.84%94.9%-
XYZ39.6566.7249.82-
YUV169.74129.2726.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.12%
GREEN value IS 242 (94.92% from 255) = 54.88%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=6.12%
G=54.88%
B=39.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal272421720.8900.290.05160.4789.2152.75
Hex1BF2AC5901D5a05935
Octal33362254131035524013165
Binary1101111110010101011001011001011101101101000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,242,172); }

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

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

 a { background-color: rgb(27,242,172); }

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

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

 span { border-color: rgb(27,242,172); }

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