#2BB2A5

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

Shades of Light Sea Green #2BB2A5

Tints of Light Sea Green #2BB2A5

Color information

#2BB2A5 (or 0x2BB2A5) is unknown color: approx Light Sea Green. HEX triplet: 2B, B2 and A5. RGB value is (43,178,165). Sum of RGB (Red+Green+Blue) = 43+178+165=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB2A5 is #D44D5A. Grayscale: #888888. Windows color (decimal): -13913435 or 10859051. OLE color: 10859051.

HSL color Cylindrical-coordinate representation of color #2BB2A5: hue angle of 174.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB2A5 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB43178165-
CMYK0.7600.070.30
HSL174.22º61.09%43.33%-
HSV(B)174.22º75.84%69.8%-
XYZ23.7135.0741.12-
YUV136.15144.2761.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.14%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 165 (64.84% from 255) = 42.75%
R=11.14%
G=46.11%
B=42.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431781650.7600.070.30174.2261.0943.33
Hex2BB2A54C071Eae3d2b
Octal5326224511407362567553
Binary1010111011001010100101100110001111111010101110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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