#2cb2a3

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

Shades of Light Sea Green #2CB2A3

Tints of Light Sea Green #2CB2A3

Color information

#2CB2A3 (or 0x2CB2A3) is unknown color: approx Light Sea Green. HEX triplet: 2C, B2 and A3. RGB value is (44,178,163). Sum of RGB (Red+Green+Blue) = 44+178+163=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB2A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB2A3 is #D34D5C. Grayscale: #888888. Windows color (decimal): -13847901 or 10727980. OLE color: 10727980.

HSL color Cylindrical-coordinate representation of color #2CB2A3: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB2A3 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB44178163-
CMYK0.7500.080.30
HSL173.28º60.36%43.53%-
HSV(B)173.28º75.28%69.8%-
XYZ23.5735.0240.17-
YUV136.22143.1162.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.43%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 163 (64.06% from 255) = 42.34%
R=11.43%
G=46.23%
B=42.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441781630.7500.080.30173.2860.3643.53
Hex2CB2A34B081Ead3c2c
Octal54262243113010362557454
Binary10110010110010101000111001011010001111010101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb2a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,178,163); }

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

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

 a { background-color: rgb(44,178,163); }

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

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

 span { border-color: rgb(44,178,163); }

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