#2BAEA0

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

Shades of Light Sea Green #2BAEA0

Tints of Light Sea Green #2BAEA0

Color information

#2BAEA0 (or 0x2BAEA0) is unknown color: approx Light Sea Green. HEX triplet: 2B, AE and A0. RGB value is (43,174,160). Sum of RGB (Red+Green+Blue) = 43+174+160=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAEA0 is #D4515F. Grayscale: #858585. Windows color (decimal): -13914464 or 10530347. OLE color: 10530347.

HSL color Cylindrical-coordinate representation of color #2BAEA0: hue angle of 173.59º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAEA0 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB43174160-
CMYK0.7500.080.32
HSL173.59º60.37%42.55%-
HSV(B)173.59º75.29%68.24%-
XYZ22.4833.3238.51-
YUV133.23143.163.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.41%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=11.41%
G=46.15%
B=42.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431741600.7500.080.32173.5960.3742.55
Hex2BAEA04B0820ae3c2b
Octal53256240113010402567453
Binary101011101011101010000010010110100010000010101110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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