#2FAEB0

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

Shades of Light Sea Green #2FAEB0

Tints of Light Sea Green #2FAEB0

Color information

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

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

Color convert

RGB47174176-
CMYK0.730.0100.31
HSL180.93º57.85%43.73%-
HSV(B)180.93º73.3%69.02%-
XYZ24.1434.0146.37-
YUV136.26150.4264.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471741760.730.0100.31180.9357.8543.73
Hex2FAEB049101Fb53a2c
Octal5725626011110372657254
Binary10111110101110101100001001001101111110110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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