#2AB3A8

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

Shades of Light Sea Green #2AB3A8

Tints of Light Sea Green #2AB3A8

Color information

#2AB3A8 (or 0x2AB3A8) is unknown color: approx Light Sea Green. HEX triplet: 2A, B3 and A8. RGB value is (42,179,168). Sum of RGB (Red+Green+Blue) = 42+179+168=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB3A8 is #D54C57. Grayscale: #888888. Windows color (decimal): -13978712 or 11055914. OLE color: 11055914.

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

Color convert

RGB42179168-
CMYK0.7700.060.30
HSL175.18º61.99%43.33%-
HSV(B)175.18º76.54%70.2%-
XYZ24.1435.5642.64-
YUV136.78145.6160.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.80%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 168 (66.02% from 255) = 43.19%
R=10.80%
G=46.02%
B=43.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal421791680.7700.060.30175.1861.9943.33
Hex2AB3A84D061Eaf3e2b
Octal5226325011506362577653
Binary1010101011001110101000100110101101111010101111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,179,168); }

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

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

 a { background-color: rgb(42,179,168); }

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

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

 span { border-color: rgb(42,179,168); }

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