#2BBEB9

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

Shades of Light Sea Green #2BBEB9

Tints of Light Sea Green #2BBEB9

Color information

#2BBEB9 (or 0x2BBEB9) is unknown color: approx Light Sea Green. HEX triplet: 2B, BE and B9. RGB value is (43,190,185). Sum of RGB (Red+Green+Blue) = 43+190+185=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEB9 is #D44146. Grayscale: #919191. Windows color (decimal): -13910343 or 12172843. OLE color: 12172843.

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

Color convert

RGB43190185-
CMYK0.7700.030.25
HSL177.96º63.09%45.69%-
HSV(B)177.96º77.37%74.51%-
XYZ28.1740.8452.3-
YUV145.48150.354.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.29%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=10.29%
G=45.45%
B=44.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431901850.7700.030.25177.9663.0945.69
Hex2BBEB94D0319b23f2e
Octal5327627111503312627756
Binary101011101111101011100110011010111100110110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,190,185); }

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

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

 a { background-color: rgb(43,190,185); }

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

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

 span { border-color: rgb(43,190,185); }

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