#2FB4A3

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

Shades of Light Sea Green #2FB4A3

Tints of Light Sea Green #2FB4A3

Color information

#2FB4A3 (or 0x2FB4A3) is unknown color: approx Light Sea Green. HEX triplet: 2F, B4 and A3. RGB value is (47,180,163). Sum of RGB (Red+Green+Blue) = 47+180+163=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB4A3 is #D04B5C. Grayscale: #8A8A8A. Windows color (decimal): -13650781 or 10728495. OLE color: 10728495.

HSL color Cylindrical-coordinate representation of color #2FB4A3: hue angle of 172.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB4A3 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB47180163-
CMYK0.7400.090.29
HSL172.33º58.59%44.51%-
HSV(B)172.33º73.89%70.59%-
XYZ24.135.8940.31-
YUV138.29141.9462.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.05%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 163 (64.06% from 255) = 41.79%
R=12.05%
G=46.15%
B=41.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801630.7400.090.29172.3358.5944.51
Hex2FB4A34A091Dac3b2d
Octal57264243112011352547355
Binary10111110110100101000111001010010011110110101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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