#2FBAA3

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

Shades of Light Sea Green #2FBAA3

Tints of Light Sea Green #2FBAA3

Color information

#2FBAA3 (or 0x2FBAA3) is unknown color: approx Light Sea Green. HEX triplet: 2F, BA and A3. RGB value is (47,186,163). Sum of RGB (Red+Green+Blue) = 47+186+163=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAA3 is #D0455C. Grayscale: #8D8D8D. Windows color (decimal): -13649245 or 10730031. OLE color: 10730031.

HSL color Cylindrical-coordinate representation of color #2FBAA3: hue angle of 170.07º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBAA3 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB47186163-
CMYK0.7500.120.27
HSL170.07º59.66%45.69%-
HSV(B)170.07º74.73%72.94%-
XYZ25.3438.3740.72-
YUV141.82139.9560.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.87%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=11.87%
G=46.97%
B=41.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861630.7500.120.27170.0759.6645.69
Hex2FBAA34B0C1Baa3c2e
Octal57272243113014332527456
Binary10111110111010101000111001011011001101110101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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