#2FB1AE

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

Shades of Light Sea Green #2FB1AE

Tints of Light Sea Green #2FB1AE

Color information

#2FB1AE (or 0x2FB1AE) is unknown color: approx Light Sea Green. HEX triplet: 2F, B1 and AE. RGB value is (47,177,174). Sum of RGB (Red+Green+Blue) = 47+177+174=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB1AE is #D04E51. Grayscale: #898989. Windows color (decimal): -13651538 or 11448623. OLE color: 11448623.

HSL color Cylindrical-coordinate representation of color #2FB1AE: hue angle of 178.62º 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 #2FB1AE is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB47177174-
CMYK0.7300.020.31
HSL178.62º58.04%43.92%-
HSV(B)178.62º73.45%69.41%-
XYZ24.5335.145.53-
YUV137.79148.4363.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.81%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=11.81%
G=44.47%
B=43.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771740.7300.020.31178.6258.0443.92
Hex2FB1AE49021Fb33a2c
Octal5726125611102372637254
Binary101111101100011010111010010010101111110110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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