#2CB7BF

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

Shades of Light Sea Green #2CB7BF

Tints of Light Sea Green #2CB7BF

Color information

#2CB7BF (or 0x2CB7BF) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and BF. RGB value is (44,183,191). Sum of RGB (Red+Green+Blue) = 44+183+191=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #2CB7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB7BF is #D34840. Grayscale: #8E8E8E. Windows color (decimal): -13846593 or 12564268. OLE color: 12564268.

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

Color convert

RGB44183191-
CMYK0.770.0400.25
HSL183.27º62.55%46.08%-
HSV(B)183.27º76.96%74.9%-
XYZ27.3838.1655.21-
YUV142.35155.4557.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.53%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 191 (75% from 255) = 45.69%
R=10.53%
G=43.78%
B=45.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441831910.770.0400.25183.2762.5546.08
Hex2CB7BF4D4019b73f2e
Octal5426727711540312677756
Binary1011001011011110111111100110110001100110110111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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