#2BC8B0

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

Shades of Light Sea Green #2BC8B0

Tints of Light Sea Green #2BC8B0

Color information

#2BC8B0 (or 0x2BC8B0) is unknown color: approx Light Sea Green. HEX triplet: 2B, C8 and B0. RGB value is (43,200,176). Sum of RGB (Red+Green+Blue) = 43+200+176=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC8B0 is #D4374F. Grayscale: #969696. Windows color (decimal): -13907792 or 11585579. OLE color: 11585579.

HSL color Cylindrical-coordinate representation of color #2BC8B0: hue angle of 170.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC8B0 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB43200176-
CMYK0.7800.120.22
HSL170.83º64.61%47.65%-
HSV(B)170.83º78.5%78.43%-
XYZ29.4944.9648.2-
YUV150.32142.4951.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.26%
GREEN value IS 200 (78.52% from 255) = 47.73%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=10.26%
G=47.73%
B=42.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal432001760.7800.120.22170.8364.6147.65
Hex2BC8B04E0C16ab4130
Octal533102601160142625310160
Binary101011110010001011000010011100110010110101010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,200,176); }

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

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

 a { background-color: rgb(43,200,176); }

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

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

 span { border-color: rgb(43,200,176); }

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