#2faab1

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

Shades of Light Sea Green #2FAAB1

Tints of Light Sea Green #2FAAB1

Color information

#2FAAB1 (or 0x2FAAB1) is unknown color: approx Light Sea Green. HEX triplet: 2F, AA and B1. RGB value is (47,170,177). Sum of RGB (Red+Green+Blue) = 47+170+177=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #2FAAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAB1 is #D0554E. Grayscale: #858585. Windows color (decimal): -13653327 or 11643439. OLE color: 11643439.

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

Color convert

RGB47170177-
CMYK0.730.0400.31
HSL183.23º58.04%43.92%-
HSV(B)183.23º73.45%69.41%-
XYZ23.4832.5346.64-
YUV134.02152.2565.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.93%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=11.93%
G=43.15%
B=44.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471701770.730.0400.31183.2358.0443.92
Hex2FAAB149401Fb73a2c
Octal5725226111140372677254
Binary1011111010101010110001100100110001111110110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2faab1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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