#2BBAAF

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

Shades of Light Sea Green #2BBAAF

Tints of Light Sea Green #2BBAAF

Color information

#2BBAAF (or 0x2BBAAF) is unknown color: approx Light Sea Green. HEX triplet: 2B, BA and AF. RGB value is (43,186,175). Sum of RGB (Red+Green+Blue) = 43+186+175=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBAAF is #D44550. Grayscale: #8D8D8D. Windows color (decimal): -13911377 or 11516459. OLE color: 11516459.

HSL color Cylindrical-coordinate representation of color #2BBAAF: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBAAF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB43186175-
CMYK0.7700.060.27
HSL175.38º62.45%44.9%-
HSV(B)175.38º76.88%72.94%-
XYZ26.2938.7346.65-
YUV141.99146.6257.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.64%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=10.64%
G=46.04%
B=43.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431861750.7700.060.27175.3862.4544.9
Hex2BBAAF4D061Baf3e2d
Octal5327225711506332577655
Binary1010111011101010101111100110101101101110101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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