#2ABAAC

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

Shades of Light Sea Green #2ABAAC

Tints of Light Sea Green #2ABAAC

Color information

#2ABAAC (or 0x2ABAAC) is unknown color: approx Light Sea Green. HEX triplet: 2A, BA and AC. RGB value is (42,186,172). Sum of RGB (Red+Green+Blue) = 42+186+172=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAAC is #D54553. Grayscale: #8D8D8D. Windows color (decimal): -13976916 or 11319850. OLE color: 11319850.

HSL color Cylindrical-coordinate representation of color #2ABAAC: hue angle of 174.17º 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 #2ABAAC is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB42186172-
CMYK0.7700.080.27
HSL174.17º63.16%44.71%-
HSV(B)174.17º77.42%72.94%-
XYZ25.9638.5945.11-
YUV141.35145.2957.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.5%
GREEN value IS 186 (73.05% from 255) = 46.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=10.5%
G=46.5%
B=43%

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
Decimal421861720.7700.080.27174.1763.1644.71
Hex2ABAAC4D081Bae3f2d
Octal52272254115010332567755
Binary10101010111010101011001001101010001101110101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,186,172); }

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

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

 a { background-color: rgb(42,186,172); }

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

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

 span { border-color: rgb(42,186,172); }

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