#2FAAB0

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

Shades of Light Sea Green #2FAAB0

Tints of Light Sea Green #2FAAB0

Color information

#2FAAB0 (or 0x2FAAB0) is unknown color: approx Light Sea Green. HEX triplet: 2F, AA and B0. RGB value is (47,170,176). Sum of RGB (Red+Green+Blue) = 47+170+176=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #2FAAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAB0 is #D0554F. Grayscale: #858585. Windows color (decimal): -13653328 or 11577903. OLE color: 11577903.

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

Color convert

RGB47170176-
CMYK0.730.0300.31
HSL182.79º57.85%43.73%-
HSV(B)182.79º73.3%69.02%-
XYZ23.3832.4946.11-
YUV133.91151.7566.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.96%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=11.96%
G=43.26%
B=44.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471701760.730.0300.31182.7957.8543.73
Hex2FAAB049301Fb73a2c
Octal5725226011130372677254
Binary101111101010101011000010010011101111110110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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