#2FBAC0

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

Shades of Light Sea Green #2FBAC0

Tints of Light Sea Green #2FBAC0

Color information

#2FBAC0 (or 0x2FBAC0) is unknown color: approx Light Sea Green. HEX triplet: 2F, BA and C0. RGB value is (47,186,192). Sum of RGB (Red+Green+Blue) = 47+186+192=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #2FBAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBAC0 is #D0453F. Grayscale: #909090. Windows color (decimal): -13649216 or 12630575. OLE color: 12630575.

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

Color convert

RGB47186192-
CMYK0.760.0300.25
HSL182.48º60.67%46.86%-
HSV(B)182.48º75.52%75.29%-
XYZ28.2539.5356.01-
YUV145.12154.4558.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.06%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=11.06%
G=43.76%
B=45.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471861920.760.0300.25182.4860.6746.86
Hex2FBAC04C3019b63d2f
Octal5727230011430312667557
Binary101111101110101100000010011001101100110110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,192); }

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

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

 a { background-color: rgb(47,186,192); }

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

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

 span { border-color: rgb(47,186,192); }

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