#2CC3B4

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

Shades of Light Sea Green #2CC3B4

Tints of Light Sea Green #2CC3B4

Color information

#2CC3B4 (or 0x2CC3B4) is unknown color: approx Light Sea Green. HEX triplet: 2C, C3 and B4. RGB value is (44,195,180). Sum of RGB (Red+Green+Blue) = 44+195+180=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC3B4 is #D33C4B. Grayscale: #949494. Windows color (decimal): -13843532 or 11846444. OLE color: 11846444.

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

Color convert

RGB44195180-
CMYK0.7700.080.24
HSL174.04º63.18%46.86%-
HSV(B)174.04º77.44%76.47%-
XYZ28.7942.8649.94-
YUV148.14145.9753.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=10.50%
G=46.54%
B=42.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441951800.7700.080.24174.0463.1846.86
Hex2CC3B44D0818ae3f2f
Octal54303264115010302567757
Binary10110011000011101101001001101010001100010101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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