#2BC0BB

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

Shades of Light Sea Green #2BC0BB

Tints of Light Sea Green #2BC0BB

Color information

#2BC0BB (or 0x2BC0BB) is unknown color: approx Light Sea Green. HEX triplet: 2B, C0 and BB. RGB value is (43,192,187). Sum of RGB (Red+Green+Blue) = 43+192+187=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC0BB is #D43F44. Grayscale: #929292. Windows color (decimal): -13909829 or 12304427. OLE color: 12304427.

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

Color convert

RGB43192187-
CMYK0.7800.030.25
HSL177.99º63.4%46.08%-
HSV(B)177.99º77.6%75.29%-
XYZ28.8241.853.56-
YUV146.88150.6453.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.19%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=10.19%
G=45.50%
B=44.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431921870.7800.030.25177.9963.446.08
Hex2BC0BB4E0319b23f2e
Octal5330027311603312627756
Binary101011110000001011101110011100111100110110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,192,187); }

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

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

 a { background-color: rgb(43,192,187); }

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

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

 span { border-color: rgb(43,192,187); }

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