#2FBAAC

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

Shades of Light Sea Green #2FBAAC

Tints of Light Sea Green #2FBAAC

Color information

#2FBAAC (or 0x2FBAAC) is unknown color: approx Light Sea Green. HEX triplet: 2F, BA and AC. RGB value is (47,186,172). Sum of RGB (Red+Green+Blue) = 47+186+172=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAAC is #D04553. Grayscale: #8E8E8E. Windows color (decimal): -13649236 or 11319855. OLE color: 11319855.

HSL color Cylindrical-coordinate representation of color #2FBAAC: hue angle of 173.96º 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 #2FBAAC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB47186172-
CMYK0.7500.080.27
HSL173.96º59.66%45.69%-
HSV(B)173.96º74.73%72.94%-
XYZ26.1838.745.12-
YUV142.84144.4559.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.60%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=11.60%
G=45.93%
B=42.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861720.7500.080.27173.9659.6645.69
Hex2FBAAC4B081Bae3c2e
Octal57272254113010332567456
Binary10111110111010101011001001011010001101110101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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