#1BF9BA

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

Shades of Medium Spring Green #1BF9BA

Tints of Medium Spring Green #1BF9BA

Color information

#1BF9BA (or 0x1BF9BA) is unknown color: approx Medium Spring Green. HEX triplet: 1B, F9 and BA. RGB value is (27,249,186). Sum of RGB (Red+Green+Blue) = 27+249+186=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9BA is #E40645. Grayscale: #AFAFAF. Windows color (decimal): -14943814 or 12253467. OLE color: 12253467.

HSL color Cylindrical-coordinate representation of color #1BF9BA: hue angle of 162.97º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF9BA is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB27249186-
CMYK0.8900.250.02
HSL162.97º94.87%54.12%-
HSV(B)162.97º89.16%97.65%-
XYZ43.1971.5357.98-
YUV175.44133.9522.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.84%
GREEN value IS 249 (97.66% from 255) = 53.90%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=5.84%
G=53.90%
B=40.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272491860.8900.250.02162.9794.8754.12
Hex1BF9BA590192a35f36
Octal33371272131031224313766
Binary110111111100110111010101100101100110101000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,249,186); }

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

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

 a { background-color: rgb(27,249,186); }

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

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

 span { border-color: rgb(27,249,186); }

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