#2BB9BE

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

Shades of Light Sea Green #2BB9BE

Tints of Light Sea Green #2BB9BE

Color information

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

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

Color convert

RGB43185190-
CMYK0.770.0300.25
HSL182.04º63.09%45.69%-
HSV(B)182.04º77.37%74.51%-
XYZ27.6438.9354.77-
YUV143.11154.4656.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431851900.770.0300.25182.0463.0945.69
Hex2BB9BE4D3019b63f2e
Octal5327127611530312667756
Binary101011101110011011111010011011101100110110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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