#2AB9AA

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

Shades of Light Sea Green #2AB9AA

Tints of Light Sea Green #2AB9AA

Color information

#2AB9AA (or 0x2AB9AA) is unknown color: approx Light Sea Green. HEX triplet: 2A, B9 and AA. RGB value is (42,185,170). Sum of RGB (Red+Green+Blue) = 42+185+170=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB9AA is #D54655. Grayscale: #8C8C8C. Windows color (decimal): -13977174 or 11188522. OLE color: 11188522.

HSL color Cylindrical-coordinate representation of color #2AB9AA: hue angle of 173.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB9AA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB42185170-
CMYK0.7700.080.27
HSL173.71º63%44.51%-
HSV(B)173.71º77.3%72.55%-
XYZ25.5638.0944.04-
YUV140.53144.6257.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=10.58%
G=46.60%
B=42.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421851700.7700.080.27173.716344.51
Hex2AB9AA4D081Bae3f2d
Octal52271252115010332567755
Binary10101010111001101010101001101010001101110101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,185,170); }

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

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

 a { background-color: rgb(42,185,170); }

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

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

 span { border-color: rgb(42,185,170); }

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