#2FBFAC

Color #2FBFAC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2FBFAC

Tints of Light Sea Green #2FBFAC

Color information

#2FBFAC (or 0x2FBFAC) is unknown color: approx Light Sea Green. HEX triplet: 2F, BF and AC. RGB value is (47,191,172). Sum of RGB (Red+Green+Blue) = 47+191+172=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBFAC is #D04053. Grayscale: #919191. Windows color (decimal): -13647956 or 11321135. OLE color: 11321135.

HSL color Cylindrical-coordinate representation of color #2FBFAC: hue angle of 172.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBFAC is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB47191172-
CMYK0.7500.100.25
HSL172.08º60.5%46.67%-
HSV(B)172.08º75.39%74.9%-
XYZ27.2540.8445.48-
YUV145.78142.7957.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.46%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=11.46%
G=46.59%
B=41.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471911720.7500.100.25172.0860.546.67
Hex2FBFAC4B0A19ac3d2f
Octal57277254113012312547557
Binary10111110111111101011001001011010101100110101100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FBFAC; }

 p { color: rgb(47,191,172); }

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

<style>
 a { background-color: #2FBFAC; }

 a { background-color: rgb(47,191,172); }

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

<style>
 span { border-color: #2FBFAC; }

 span { border-color: rgb(47,191,172); }

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