#2BB5AC

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

Shades of Light Sea Green #2BB5AC

Tints of Light Sea Green #2BB5AC

Color information

#2BB5AC (or 0x2BB5AC) is unknown color: approx Light Sea Green. HEX triplet: 2B, B5 and AC. RGB value is (43,181,172). Sum of RGB (Red+Green+Blue) = 43+181+172=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB5AC is #D44A53. Grayscale: #8A8A8A. Windows color (decimal): -13912660 or 11318571. OLE color: 11318571.

HSL color Cylindrical-coordinate representation of color #2BB5AC: hue angle of 176.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB5AC is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB43181172-
CMYK0.7600.050.29
HSL176.09º61.61%43.92%-
HSV(B)176.09º76.24%70.98%-
XYZ24.9736.5444.77-
YUV138.71146.7859.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.86%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=10.86%
G=45.71%
B=43.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431811720.7600.050.29176.0961.6143.92
Hex2BB5AC4C051Db03e2c
Octal5326525411405352607654
Binary1010111011010110101100100110001011110110110000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,181,172); }

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

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

 a { background-color: rgb(43,181,172); }

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

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

 span { border-color: rgb(43,181,172); }

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