#2AABA6

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

Shades of Light Sea Green #2AABA6

Tints of Light Sea Green #2AABA6

Color information

#2AABA6 (or 0x2AABA6) is unknown color: approx Light Sea Green. HEX triplet: 2A, AB and A6. RGB value is (42,171,166). Sum of RGB (Red+Green+Blue) = 42+171+166=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA6 is #D55459. Grayscale: #838383. Windows color (decimal): -13980762 or 10922794. OLE color: 10922794.

HSL color Cylindrical-coordinate representation of color #2AABA6: hue angle of 177.67º degrees, saturation: 0.61, 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 #2AABA6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB42171166-
CMYK0.7500.030.33
HSL177.67º60.56%41.76%-
HSV(B)177.67º75.44%67.06%-
XYZ22.432.3741.14-
YUV131.86147.2663.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.08%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=11.08%
G=45.12%
B=43.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421711660.7500.030.33177.6760.5641.76
Hex2AABA64B0321b23d2a
Octal5225324611303412627552
Binary1010101010101110100110100101101110000110110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,166); }

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

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

 a { background-color: rgb(42,171,166); }

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

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

 span { border-color: rgb(42,171,166); }

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