#2FBAA4

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

Shades of Light Sea Green #2FBAA4

Tints of Light Sea Green #2FBAA4

Color information

#2FBAA4 (or 0x2FBAA4) is unknown color: approx Light Sea Green. HEX triplet: 2F, BA and A4. RGB value is (47,186,164). Sum of RGB (Red+Green+Blue) = 47+186+164=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAA4 is #D0455B. Grayscale: #8D8D8D. Windows color (decimal): -13649244 or 10795567. OLE color: 10795567.

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

Color convert

RGB47186164-
CMYK0.7500.120.27
HSL170.5º59.66%45.69%-
HSV(B)170.5º74.73%72.94%-
XYZ25.4338.441.19-
YUV141.93140.4560.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.84%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=11.84%
G=46.85%
B=41.31%

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
Decimal471861640.7500.120.27170.559.6645.69
Hex2FBAA44B0C1Bab3c2e
Octal57272244113014332537456
Binary10111110111010101001001001011011001101110101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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