#2CB6BF

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

Shades of Light Sea Green #2CB6BF

Tints of Light Sea Green #2CB6BF

Color information

#2CB6BF (or 0x2CB6BF) is unknown color: approx Light Sea Green. HEX triplet: 2C, B6 and BF. RGB value is (44,182,191). Sum of RGB (Red+Green+Blue) = 44+182+191=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #2CB6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6BF is #D34940. Grayscale: #8D8D8D. Windows color (decimal): -13846849 or 12564012. OLE color: 12564012.

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

Color convert

RGB44182191-
CMYK0.770.0500.25
HSL183.67º62.55%46.08%-
HSV(B)183.67º76.96%74.9%-
XYZ27.1737.7555.15-
YUV141.76155.7858.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.55%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 191 (75% from 255) = 45.80%
R=10.55%
G=43.65%
B=45.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441821910.770.0500.25183.6762.5546.08
Hex2CB6BF4D5019b83f2e
Octal5426627711550312707756
Binary1011001011011010111111100110110101100110111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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