#2CB7AC

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

Shades of Light Sea Green #2CB7AC

Tints of Light Sea Green #2CB7AC

Color information

#2CB7AC (or 0x2CB7AC) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and AC. RGB value is (44,183,172). Sum of RGB (Red+Green+Blue) = 44+183+172=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB7AC is #D34853. Grayscale: #8C8C8C. Windows color (decimal): -13846612 or 11319084. OLE color: 11319084.

HSL color Cylindrical-coordinate representation of color #2CB7AC: hue angle of 175.25º 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 #2CB7AC is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB44183172-
CMYK0.7600.060.28
HSL175.25º61.23%44.51%-
HSV(B)175.25º75.96%71.76%-
XYZ25.4237.3844.91-
YUV140.18145.9559.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.03%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=11.03%
G=45.86%
B=43.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831720.7600.060.28175.2561.2344.51
Hex2CB7AC4C061Caf3d2d
Octal5426725411406342577555
Binary1011001011011110101100100110001101110010101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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