#2CC1C0

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

Shades of Light Sea Green #2CC1C0

Tints of Light Sea Green #2CC1C0

Color information

#2CC1C0 (or 0x2CC1C0) is unknown color: approx Light Sea Green. HEX triplet: 2C, C1 and C0. RGB value is (44,193,192). Sum of RGB (Red+Green+Blue) = 44+193+192=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC1C0 is #D33E3F. Grayscale: #949494. Windows color (decimal): -13844032 or 12632364. OLE color: 12632364.

HSL color Cylindrical-coordinate representation of color #2CC1C0: hue angle of 179.6º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC1C0 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB44193192-
CMYK0.7700.010.24
HSL179.6º62.87%46.47%-
HSV(B)179.6º77.2%75.69%-
XYZ29.6242.4856.51-
YUV148.34152.6453.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.26%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=10.26%
G=44.99%
B=44.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441931920.7700.010.24179.662.8746.47
Hex2CC1C04D0118b43f2e
Octal5430130011501302647756
Binary10110011000001110000001001101011100010110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,193,192); }

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

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

 a { background-color: rgb(44,193,192); }

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

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

 span { border-color: rgb(44,193,192); }

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