#2BB8AE

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

Shades of Light Sea Green #2BB8AE

Tints of Light Sea Green #2BB8AE

Color information

#2BB8AE (or 0x2BB8AE) is unknown color: approx Light Sea Green. HEX triplet: 2B, B8 and AE. RGB value is (43,184,174). Sum of RGB (Red+Green+Blue) = 43+184+174=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB8AE is #D44751. Grayscale: #8C8C8C. Windows color (decimal): -13911890 or 11450411. OLE color: 11450411.

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

Color convert

RGB43184174-
CMYK0.7700.050.28
HSL175.74º62.11%44.51%-
HSV(B)175.74º76.63%72.16%-
XYZ25.7837.8545.99-
YUV140.7146.7958.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.72%
GREEN value IS 184 (72.27% from 255) = 45.89%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=10.72%
G=45.89%
B=43.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431841740.7700.050.28175.7462.1144.51
Hex2BB8AE4D051Cb03e2d
Octal5327025611505342607655
Binary1010111011100010101110100110101011110010110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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