#2CC2BB

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

Shades of Light Sea Green #2CC2BB

Tints of Light Sea Green #2CC2BB

Color information

#2CC2BB (or 0x2CC2BB) is unknown color: approx Light Sea Green. HEX triplet: 2C, C2 and BB. RGB value is (44,194,187). Sum of RGB (Red+Green+Blue) = 44+194+187=425 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.35% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC2BB is #D33D44. Grayscale: #949494. Windows color (decimal): -13843781 or 12304940. OLE color: 12304940.

HSL color Cylindrical-coordinate representation of color #2CC2BB: hue angle of 177.2º 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 #2CC2BB is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB44194187-
CMYK0.7700.040.24
HSL177.2º63.03%46.67%-
HSV(B)177.2º77.32%76.08%-
XYZ29.342.7153.71-
YUV148.35149.853.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.35%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 187 (73.44% from 255) = 44%
R=10.35%
G=45.65%
B=44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441941870.7700.040.24177.263.0346.67
Hex2CC2BB4D0418b13f2f
Octal5430227311504302617757
Binary1011001100001010111011100110101001100010110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,187); }

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

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

 a { background-color: rgb(44,194,187); }

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

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

 span { border-color: rgb(44,194,187); }

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