#2FB1A2

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

Shades of Light Sea Green #2FB1A2

Tints of Light Sea Green #2FB1A2

Color information

#2FB1A2 (or 0x2FB1A2) is unknown color: approx Light Sea Green. HEX triplet: 2F, B1 and A2. RGB value is (47,177,162). Sum of RGB (Red+Green+Blue) = 47+177+162=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB1A2 is #D04E5D. Grayscale: #888888. Windows color (decimal): -13651550 or 10662191. OLE color: 10662191.

HSL color Cylindrical-coordinate representation of color #2FB1A2: hue angle of 173.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB1A2 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB47177162-
CMYK0.7300.080.31
HSL173.08º58.04%43.92%-
HSV(B)173.08º73.45%69.41%-
XYZ23.4234.6639.64-
YUV136.42142.4364.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.18%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=12.18%
G=45.85%
B=41.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771620.7300.080.31173.0858.0443.92
Hex2FB1A249081Fad3a2c
Octal57261242111010372557254
Binary10111110110001101000101001001010001111110101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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