#2FABA2

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

Shades of Light Sea Green #2FABA2

Tints of Light Sea Green #2FABA2

Color information

#2FABA2 (or 0x2FABA2) is unknown color: approx Light Sea Green. HEX triplet: 2F, AB and A2. RGB value is (47,171,162). Sum of RGB (Red+Green+Blue) = 47+171+162=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #2FABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABA2 is #D0545D. Grayscale: #848484. Windows color (decimal): -13653086 or 10660655. OLE color: 10660655.

HSL color Cylindrical-coordinate representation of color #2FABA2: hue angle of 175.65º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FABA2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB47171162-
CMYK0.7300.050.33
HSL175.65º56.88%42.75%-
HSV(B)175.65º72.51%67.06%-
XYZ22.2632.3439.25-
YUV132.9144.4266.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.37%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=12.37%
G=45%
B=42.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471711620.7300.050.33175.6556.8842.75
Hex2FABA2490521b0392b
Octal5725324211105412607153
Binary10111110101011101000101001001010110000110110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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