#2CB7AE

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

Shades of Light Sea Green #2CB7AE

Tints of Light Sea Green #2CB7AE

Color information

#2CB7AE (or 0x2CB7AE) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and AE. RGB value is (44,183,174). Sum of RGB (Red+Green+Blue) = 44+183+174=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB7AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB7AE is #D34851. Grayscale: #8C8C8C. Windows color (decimal): -13846610 or 11450156. OLE color: 11450156.

HSL color Cylindrical-coordinate representation of color #2CB7AE: hue angle of 176.12º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB7AE is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB44183174-
CMYK0.7600.050.28
HSL176.12º61.23%44.51%-
HSV(B)176.12º75.96%71.76%-
XYZ25.6137.4645.92-
YUV140.41146.9559.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.97%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=10.97%
G=45.64%
B=43.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831740.7600.050.28176.1261.2344.51
Hex2CB7AE4C051Cb03d2d
Octal5426725611405342607555
Binary1011001011011110101110100110001011110010110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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