#2BAAAE

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

Shades of Light Sea Green #2BAAAE

Tints of Light Sea Green #2BAAAE

Color information

#2BAAAE (or 0x2BAAAE) is unknown color: approx Light Sea Green. HEX triplet: 2B, AA and AE. RGB value is (43,170,174). Sum of RGB (Red+Green+Blue) = 43+170+174=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #2BAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAAAE is #D45551. Grayscale: #848484. Windows color (decimal): -13915474 or 11446827. OLE color: 11446827.

HSL color Cylindrical-coordinate representation of color #2BAAAE: hue angle of 181.83º 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 #2BAAAE is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43170174-
CMYK0.750.0200.32
HSL181.83º60.37%42.55%-
HSV(B)181.83º75.29%68.24%-
XYZ23.0132.3245.07-
YUV132.48151.4264.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.11%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=11.11%
G=43.93%
B=44.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431701740.750.0200.32181.8360.3742.55
Hex2BAAAE4B2020b63c2b
Octal5325225611320402667453
Binary1010111010101010101110100101110010000010110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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