#2CB6C1

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

Shades of Light Sea Green #2CB6C1

Tints of Light Sea Green #2CB6C1

Color information

#2CB6C1 (or 0x2CB6C1) is unknown color: approx Light Sea Green. HEX triplet: 2C, B6 and C1. RGB value is (44,182,193). Sum of RGB (Red+Green+Blue) = 44+182+193=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #2CB6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6C1 is #D3493E. Grayscale: #8D8D8D. Windows color (decimal): -13846847 or 12695084. OLE color: 12695084.

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

Color convert

RGB44182193-
CMYK0.770.0600.24
HSL184.43º62.87%46.47%-
HSV(B)184.43º77.2%75.69%-
XYZ27.3937.8456.31-
YUV141.99156.7858.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=10.50%
G=43.44%
B=46.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441821930.770.0600.24184.4362.8746.47
Hex2CB6C14D6018b83f2e
Octal5426630111560302707756
Binary1011001011011011000001100110111001100010111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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