#2BA8AC

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

Shades of Light Sea Green #2BA8AC

Tints of Light Sea Green #2BA8AC

Color information

#2BA8AC (or 0x2BA8AC) is unknown color: approx Light Sea Green. HEX triplet: 2B, A8 and AC. RGB value is (43,168,172). Sum of RGB (Red+Green+Blue) = 43+168+172=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #2BA8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA8AC is #D45753. Grayscale: #828282. Windows color (decimal): -13915988 or 11315243. OLE color: 11315243.

HSL color Cylindrical-coordinate representation of color #2BA8AC: hue angle of 181.86º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA8AC is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43168172-
CMYK0.750.0200.33
HSL181.86º60%42.16%-
HSV(B)181.86º75%67.45%-
XYZ22.4531.543.93-
YUV131.08151.0965.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=11.23%
G=43.86%
B=44.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431681720.750.0200.33181.866042.16
Hex2BA8AC4B2021b63c2a
Octal5325025411320412667452
Binary1010111010100010101100100101110010000110110110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,172); }

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

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

 a { background-color: rgb(43,168,172); }

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

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

 span { border-color: rgb(43,168,172); }

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