#2BB9A5

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

Shades of Light Sea Green #2BB9A5

Tints of Light Sea Green #2BB9A5

Color information

#2BB9A5 (or 0x2BB9A5) is unknown color: approx Light Sea Green. HEX triplet: 2B, B9 and A5. RGB value is (43,185,165). Sum of RGB (Red+Green+Blue) = 43+185+165=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB9A5 is #D4465A. Grayscale: #8C8C8C. Windows color (decimal): -13911643 or 10860843. OLE color: 10860843.

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

Color convert

RGB43185165-
CMYK0.7700.110.27
HSL171.55º62.28%44.71%-
HSV(B)171.55º76.76%72.55%-
XYZ25.1437.9341.59-
YUV140.26141.9658.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.94%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=10.94%
G=47.07%
B=41.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431851650.7700.110.27171.5562.2844.71
Hex2BB9A54D0B1Bac3e2d
Octal53271245115013332547655
Binary10101110111001101001011001101010111101110101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,185,165); }

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

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

 a { background-color: rgb(43,185,165); }

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

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

 span { border-color: rgb(43,185,165); }

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