#2AB6AF

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

Shades of Light Sea Green #2AB6AF

Tints of Light Sea Green #2AB6AF

Color information

#2AB6AF (or 0x2AB6AF) is unknown color: approx Light Sea Green. HEX triplet: 2A, B6 and AF. RGB value is (42,182,175). Sum of RGB (Red+Green+Blue) = 42+182+175=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB6AF is #D54950. Grayscale: #8B8B8B. Windows color (decimal): -13977937 or 11515434. OLE color: 11515434.

HSL color Cylindrical-coordinate representation of color #2AB6AF: hue angle of 177º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB6AF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB42182175-
CMYK0.7700.040.29
HSL177º62.5%43.92%-
HSV(B)177º76.92%71.37%-
XYZ25.4237.0446.37-
YUV139.34148.1258.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.53%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=10.53%
G=45.61%
B=43.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421821750.7700.040.2917762.543.92
Hex2AB6AF4D041Db13e2c
Octal5226625711504352617654
Binary1010101011011010101111100110101001110110110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,175); }

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

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

 a { background-color: rgb(42,182,175); }

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

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

 span { border-color: rgb(42,182,175); }

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