#2CB7AD

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

Shades of Light Sea Green #2CB7AD

Tints of Light Sea Green #2CB7AD

Color information

#2CB7AD (or 0x2CB7AD) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and AD. RGB value is (44,183,173). Sum of RGB (Red+Green+Blue) = 44+183+173=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB7AD is #D34852. Grayscale: #8C8C8C. Windows color (decimal): -13846611 or 11384620. OLE color: 11384620.

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

Color convert

RGB44183173-
CMYK0.7600.050.28
HSL175.68º61.23%44.51%-
HSV(B)175.68º75.96%71.76%-
XYZ25.5237.4245.41-
YUV140.3146.4559.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=11%
G=45.75%
B=43.25%

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
Decimal441831730.7600.050.28175.6861.2344.51
Hex2CB7AD4C051Cb03d2d
Octal5426725511405342607555
Binary1011001011011110101101100110001011110010110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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