#12FBBB

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

Shades of Medium Spring Green #12FBBB

Tints of Medium Spring Green #12FBBB

Color information

#12FBBB (or 0x12FBBB) is unknown color: approx Medium Spring Green. HEX triplet: 12, FB and BB. RGB value is (18,251,187). Sum of RGB (Red+Green+Blue) = 18+251+187=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBBB is #ED0444. Grayscale: #AEAEAE. Windows color (decimal): -15533125 or 12319506. OLE color: 12319506.

HSL color Cylindrical-coordinate representation of color #12FBBB: hue angle of 163.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FBBB is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB18251187-
CMYK0.9300.250.02
HSL163.52º96.68%52.75%-
HSV(B)163.52º92.83%98.43%-
XYZ43.7272.7158.74-
YUV174.04135.3116.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.95%
GREEN value IS 251 (98.44% from 255) = 55.04%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=3.95%
G=55.04%
B=41.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182511870.9300.250.02163.5296.6852.75
Hex12FBBB5D0192a46135
Octal22373273135031224414165
Binary100101111101110111011101110101100110101001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12FBBB; }

 p { color: rgb(18,251,187); }

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

<style>
 a { background-color: #12FBBB; }

 a { background-color: rgb(18,251,187); }

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

<style>
 span { border-color: #12FBBB; }

 span { border-color: rgb(18,251,187); }

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