#2AAAA3

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

Shades of Light Sea Green #2AAAA3

Tints of Light Sea Green #2AAAA3

Color information

#2AAAA3 (or 0x2AAAA3) is unknown color: approx Light Sea Green. HEX triplet: 2A, AA and A3. RGB value is (42,170,163). Sum of RGB (Red+Green+Blue) = 42+170+163=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAA3 is #D5555C. Grayscale: #828282. Windows color (decimal): -13981021 or 10725930. OLE color: 10725930.

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

Color convert

RGB42170163-
CMYK0.7500.040.33
HSL176.72º60.38%41.57%-
HSV(B)176.72º75.29%66.67%-
XYZ21.9431.8939.65-
YUV130.93146.0964.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.2%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 163 (64.06% from 255) = 43.47%
R=11.2%
G=45.33%
B=43.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421701630.7500.040.33176.7260.3841.57
Hex2AAAA34B0421b13c2a
Octal5225224311304412617452
Binary10101010101010101000111001011010010000110110001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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