#1BF7BC

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

Shades of Medium Spring Green #1BF7BC

Tints of Medium Spring Green #1BF7BC

Color information

#1BF7BC (or 0x1BF7BC) is unknown color: approx Medium Spring Green. HEX triplet: 1B, F7 and BC. RGB value is (27,247,188). Sum of RGB (Red+Green+Blue) = 27+247+188=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF7BC is #E40843. Grayscale: #AEAEAE. Windows color (decimal): -14944324 or 12384027. OLE color: 12384027.

HSL color Cylindrical-coordinate representation of color #1BF7BC: hue angle of 163.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF7BC is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB27247188-
CMYK0.8900.240.03
HSL163.91º93.22%53.73%-
HSV(B)163.91º89.07%96.86%-
XYZ42.7970.3958.91-
YUV174.49135.6122.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.84%
GREEN value IS 247 (96.88% from 255) = 53.46%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=5.84%
G=53.46%
B=40.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal272471880.8900.240.03163.9193.2253.73
Hex1BF7BC590183a45d36
Octal33367274131030324413566
Binary110111111011110111100101100101100011101001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,247,188); }

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

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

 a { background-color: rgb(27,247,188); }

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

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

 span { border-color: rgb(27,247,188); }

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