#3AABAA

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

Shades of Light Sea Green #3AABAA

Tints of Light Sea Green #3AABAA

Color information

#3AABAA (or 0x3AABAA) is unknown color: approx Light Sea Green. HEX triplet: 3A, AB and AA. RGB value is (58,171,170). Sum of RGB (Red+Green+Blue) = 58+171+170=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAA is #C55455. Grayscale: #888888. Windows color (decimal): -12932182 or 11184954. OLE color: 11184954.

HSL color Cylindrical-coordinate representation of color #3AABAA: hue angle of 179.47º 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 #3AABAA is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB58171170-
CMYK0.6600.010.33
HSL179.47º49.34%44.9%-
HSV(B)179.47º66.08%67.06%-
XYZ23.5632.9343.14-
YUV137.1146.5671.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.54%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=14.54%
G=42.86%
B=42.61%

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
Decimal581711700.6600.010.33179.4749.3444.9
Hex3AABAA420121b3312d
Octal7225325210201412636155
Binary111010101010111010101010000100110000110110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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