#2BBFAA

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

Shades of Light Sea Green #2BBFAA

Tints of Light Sea Green #2BBFAA

Color information

#2BBFAA (or 0x2BBFAA) is unknown color: approx Light Sea Green. HEX triplet: 2B, BF and AA. RGB value is (43,191,170). Sum of RGB (Red+Green+Blue) = 43+191+170=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBFAA is #D44055. Grayscale: #909090. Windows color (decimal): -13910102 or 11190059. OLE color: 11190059.

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

Color convert

RGB43191170-
CMYK0.7700.110.25
HSL171.49º63.25%45.88%-
HSV(B)171.49º77.49%74.9%-
XYZ26.8840.6844.46-
YUV144.35142.4755.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.64%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=10.64%
G=47.28%
B=42.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431911700.7700.110.25171.4963.2545.88
Hex2BBFAA4D0B19ab3f2e
Octal53277252115013312537756
Binary10101110111111101010101001101010111100110101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,191,170); }

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

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

 a { background-color: rgb(43,191,170); }

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

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

 span { border-color: rgb(43,191,170); }

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