#3AAAA9

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

Shades of Light Sea Green #3AAAA9

Tints of Light Sea Green #3AAAA9

Color information

#3AAAA9 (or 0x3AAAA9) is unknown color: approx Light Sea Green. HEX triplet: 3A, AA and A9. RGB value is (58,170,169). Sum of RGB (Red+Green+Blue) = 58+170+169=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAAA9 is #C55556. Grayscale: #888888. Windows color (decimal): -12932439 or 11119162. OLE color: 11119162.

HSL color Cylindrical-coordinate representation of color #3AAAA9: hue angle of 179.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAAA9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB58170169-
CMYK0.6600.010.33
HSL179.46º49.12%44.71%-
HSV(B)179.46º65.88%66.67%-
XYZ23.2832.5142.58-
YUV136.4146.3972.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=14.61%
G=42.82%
B=42.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581701690.6600.010.33179.4649.1244.71
Hex3AAAA9420121b3312d
Octal7225225110201412636155
Binary111010101010101010100110000100110000110110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAAA9; }

 p { color: rgb(58,170,169); }

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

<style>
 a { background-color: #3AAAA9; }

 a { background-color: rgb(58,170,169); }

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

<style>
 span { border-color: #3AAAA9; }

 span { border-color: rgb(58,170,169); }

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