#2BADB2

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

Shades of Light Sea Green #2BADB2

Tints of Light Sea Green #2BADB2

Color information

#2BADB2 (or 0x2BADB2) is unknown color: approx Light Sea Green. HEX triplet: 2B, AD and B2. RGB value is (43,173,178). Sum of RGB (Red+Green+Blue) = 43+173+178=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #2BADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADB2 is #D4524D. Grayscale: #868686. Windows color (decimal): -13914702 or 11709739. OLE color: 11709739.

HSL color Cylindrical-coordinate representation of color #2BADB2: hue angle of 182.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 #2BADB2 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB43173178-
CMYK0.760.0300.30
HSL182.22º61.09%43.33%-
HSV(B)182.22º75.84%69.8%-
XYZ23.9833.6247.34-
YUV134.7152.4362.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.91%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 178 (69.92% from 255) = 45.18%
R=10.91%
G=43.91%
B=45.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431731780.760.0300.30182.2261.0943.33
Hex2BADB24C301Eb63d2b
Octal5325526211430362667553
Binary101011101011011011001010011001101111010110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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