#2BAE9F

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

Shades of Light Sea Green #2BAE9F

Tints of Light Sea Green #2BAE9F

Color information

#2BAE9F (or 0x2BAE9F) is unknown color: approx Light Sea Green. HEX triplet: 2B, AE and 9F. RGB value is (43,174,159). Sum of RGB (Red+Green+Blue) = 43+174+159=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAE9F is #D45160. Grayscale: #858585. Windows color (decimal): -13914465 or 10464811. OLE color: 10464811.

HSL color Cylindrical-coordinate representation of color #2BAE9F: hue angle of 173.13º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE9F is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB43174159-
CMYK0.7500.090.32
HSL173.13º60.37%42.55%-
HSV(B)173.13º75.29%68.24%-
XYZ22.3933.2938.05-
YUV133.12142.663.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.44%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=11.44%
G=46.28%
B=42.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431741590.7500.090.32173.1360.3742.55
Hex2BAE9F4B0920ad3c2b
Octal53256237113011402557453
Binary101011101011101001111110010110100110000010101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,174,159); }

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

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

 a { background-color: rgb(43,174,159); }

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

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

 span { border-color: rgb(43,174,159); }

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