#2cb5ae

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

Shades of Light Sea Green #2CB5AE

Tints of Light Sea Green #2CB5AE

Color information

#2CB5AE (or 0x2CB5AE) is unknown color: approx Light Sea Green. HEX triplet: 2C, B5 and AE. RGB value is (44,181,174). Sum of RGB (Red+Green+Blue) = 44+181+174=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB5AE is #D34A51. Grayscale: #8B8B8B. Windows color (decimal): -13847122 or 11449644. OLE color: 11449644.

HSL color Cylindrical-coordinate representation of color #2CB5AE: hue angle of 176.93º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB5AE is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB44181174-
CMYK0.7600.040.29
HSL176.93º60.89%44.12%-
HSV(B)176.93º75.69%70.98%-
XYZ25.236.6445.79-
YUV139.24147.6160.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.03%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=11.03%
G=45.36%
B=43.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441811740.7600.040.29176.9360.8944.12
Hex2CB5AE4C041Db13d2c
Octal5426525611404352617554
Binary1011001011010110101110100110001001110110110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb5ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,174); }

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

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

 a { background-color: rgb(44,181,174); }

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

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

 span { border-color: rgb(44,181,174); }

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