#2BBABE

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

Shades of Light Sea Green #2BBABE

Tints of Light Sea Green #2BBABE

Color information

#2BBABE (or 0x2BBABE) is unknown color: approx Light Sea Green. HEX triplet: 2B, BA and BE. RGB value is (43,186,190). Sum of RGB (Red+Green+Blue) = 43+186+190=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BBABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBABE is #D44541. Grayscale: #8F8F8F. Windows color (decimal): -13911362 or 12499499. OLE color: 12499499.

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

Color convert

RGB43186190-
CMYK0.770.0200.25
HSL181.63º63.09%45.69%-
HSV(B)181.63º77.37%74.51%-
XYZ27.8539.3554.84-
YUV143.7154.1256.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.26%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=10.26%
G=44.39%
B=45.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431861900.770.0200.25181.6363.0945.69
Hex2BBABE4D2019b63f2e
Octal5327227611520312667756
Binary101011101110101011111010011011001100110110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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