#3AABA3

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

Shades of Light Sea Green #3AABA3

Tints of Light Sea Green #3AABA3

Color information

#3AABA3 (or 0x3AABA3) is unknown color: approx Light Sea Green. HEX triplet: 3A, AB and A3. RGB value is (58,171,163). Sum of RGB (Red+Green+Blue) = 58+171+163=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABA3 is #C5545C. Grayscale: #888888. Windows color (decimal): -12932189 or 10726202. OLE color: 10726202.

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

Color convert

RGB58171163-
CMYK0.6600.050.33
HSL175.75º49.34%44.9%-
HSV(B)175.75º66.08%67.06%-
XYZ22.9232.6739.75-
YUV136.3143.0672.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.80%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=14.80%
G=43.62%
B=41.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711630.6600.050.33175.7549.3444.9
Hex3AABA3420521b0312d
Octal7225324310205412606155
Binary11101010101011101000111000010010110000110110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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