#2FB0AE

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

Shades of Light Sea Green #2FB0AE

Tints of Light Sea Green #2FB0AE

Color information

#2FB0AE (or 0x2FB0AE) is unknown color: approx Light Sea Green. HEX triplet: 2F, B0 and AE. RGB value is (47,176,174). Sum of RGB (Red+Green+Blue) = 47+176+174=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB0AE is #D04F51. Grayscale: #898989. Windows color (decimal): -13651794 or 11448367. OLE color: 11448367.

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

Color convert

RGB47176174-
CMYK0.7300.010.31
HSL179.07º57.85%43.73%-
HSV(B)179.07º73.3%69.02%-
XYZ24.3434.7145.46-
YUV137.2148.7663.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.84%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=11.84%
G=44.33%
B=43.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471761740.7300.010.31179.0757.8543.73
Hex2FB0AE49011Fb33a2c
Octal5726025611101372637254
Binary10111110110000101011101001001011111110110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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