#2AAA9E

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

Shades of Light Sea Green #2AAA9E

Tints of Light Sea Green #2AAA9E

Color information

#2AAA9E (or 0x2AAA9E) is unknown color: approx Light Sea Green. HEX triplet: 2A, AA and 9E. RGB value is (42,170,158). Sum of RGB (Red+Green+Blue) = 42+170+158=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA9E is #D55561. Grayscale: #828282. Windows color (decimal): -13981026 or 10398250. OLE color: 10398250.

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

Color convert

RGB42170158-
CMYK0.7500.070.33
HSL174.38º60.38%41.57%-
HSV(B)174.38º75.29%66.67%-
XYZ21.531.7137.34-
YUV130.36143.5964.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.35%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=11.35%
G=45.95%
B=42.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701580.7500.070.33174.3860.3841.57
Hex2AAA9E4B0721ae3c2a
Octal5225223611307412567452
Binary10101010101010100111101001011011110000110101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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