#2CB4A0

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

Shades of Light Sea Green #2CB4A0

Tints of Light Sea Green #2CB4A0

Color information

#2CB4A0 (or 0x2CB4A0) is unknown color: approx Light Sea Green. HEX triplet: 2C, B4 and A0. RGB value is (44,180,160). Sum of RGB (Red+Green+Blue) = 44+180+160=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB4A0 is #D34B5F. Grayscale: #898989. Windows color (decimal): -13847392 or 10531884. OLE color: 10531884.

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

Color convert

RGB44180160-
CMYK0.7600.110.29
HSL171.18º60.71%43.92%-
HSV(B)171.18º75.56%70.59%-
XYZ23.7135.7238.9-
YUV137.06140.9461.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.46%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=11.46%
G=46.88%
B=41.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441801600.7600.110.29171.1860.7143.92
Hex2CB4A04C0B1Dab3d2c
Octal54264240114013352537554
Binary10110010110100101000001001100010111110110101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,180,160); }

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

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

 a { background-color: rgb(44,180,160); }

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

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

 span { border-color: rgb(44,180,160); }

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