#2fb1a8

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

Shades of Light Sea Green #2FB1A8

Tints of Light Sea Green #2FB1A8

Color information

#2FB1A8 (or 0x2FB1A8) is unknown color: approx Light Sea Green. HEX triplet: 2F, B1 and A8. RGB value is (47,177,168). Sum of RGB (Red+Green+Blue) = 47+177+168=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB1A8 is #D04E57. Grayscale: #898989. Windows color (decimal): -13651544 or 11055407. OLE color: 11055407.

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

Color convert

RGB47177168-
CMYK0.7300.050.31
HSL175.85º58.04%43.92%-
HSV(B)175.85º73.45%69.41%-
XYZ23.9634.8842.51-
YUV137.1145.4363.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.99%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=11.99%
G=45.15%
B=42.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771680.7300.050.31175.8558.0443.92
Hex2FB1A849051Fb03a2c
Octal5726125011105372607254
Binary1011111011000110101000100100101011111110110000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb1a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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