#3AB1AA

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

Shades of Light Sea Green #3AB1AA

Tints of Light Sea Green #3AB1AA

Color information

#3AB1AA (or 0x3AB1AA) is unknown color: approx Light Sea Green. HEX triplet: 3A, B1 and AA. RGB value is (58,177,170). Sum of RGB (Red+Green+Blue) = 58+177+170=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB1AA is #C54E55. Grayscale: #8C8C8C. Windows color (decimal): -12930646 or 11186490. OLE color: 11186490.

HSL color Cylindrical-coordinate representation of color #3AB1AA: hue angle of 176.47º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB1AA is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB58177170-
CMYK0.6700.040.31
HSL176.47º50.64%46.08%-
HSV(B)176.47º67.23%69.41%-
XYZ24.7235.2543.53-
YUV140.62144.5869.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.32%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=14.32%
G=43.70%
B=41.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581771700.6700.040.31176.4750.6446.08
Hex3AB1AA43041Fb0332e
Octal7226125210304372606356
Binary1110101011000110101010100001101001111110110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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