#2fb4ab

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

Shades of Light Sea Green #2FB4AB

Tints of Light Sea Green #2FB4AB

Color information

#2FB4AB (or 0x2FB4AB) is unknown color: approx Light Sea Green. HEX triplet: 2F, B4 and AB. RGB value is (47,180,171). Sum of RGB (Red+Green+Blue) = 47+180+171=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB4AB is #D04B54. Grayscale: #8B8B8B. Windows color (decimal): -13650773 or 11252783. OLE color: 11252783.

HSL color Cylindrical-coordinate representation of color #2FB4AB: hue angle of 175.94º 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 #2FB4AB is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB47180171-
CMYK0.7400.050.29
HSL175.94º58.59%44.51%-
HSV(B)175.94º73.89%70.59%-
XYZ24.8436.1944.2-
YUV139.21145.9462.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.81%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=11.81%
G=45.23%
B=42.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801710.7400.050.29175.9458.5944.51
Hex2FB4AB4A051Db03b2d
Octal5726425311205352607355
Binary1011111011010010101011100101001011110110110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb4ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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