#3AABA1

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

Shades of Light Sea Green #3AABA1

Tints of Light Sea Green #3AABA1

Color information

#3AABA1 (or 0x3AABA1) is unknown color: approx Light Sea Green. HEX triplet: 3A, AB and A1. RGB value is (58,171,161). Sum of RGB (Red+Green+Blue) = 58+171+161=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABA1 is #C5545E. Grayscale: #888888. Windows color (decimal): -12932191 or 10595130. OLE color: 10595130.

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

Color convert

RGB58171161-
CMYK0.6600.060.33
HSL174.69º49.34%44.9%-
HSV(B)174.69º66.08%67.06%-
XYZ22.7432.638.81-
YUV136.07142.0672.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.87%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=14.87%
G=43.85%
B=41.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711610.6600.060.33174.6949.3444.9
Hex3AABA1420621af312d
Octal7225324110206412576155
Binary11101010101011101000011000010011010000110101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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