#3AAAAB

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

Shades of Light Sea Green #3AAAAB

Tints of Light Sea Green #3AAAAB

Color information

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

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

Color convert

RGB58170171-
CMYK0.660.0100.33
HSL180.53º49.34%44.9%-
HSV(B)180.53º66.08%67.06%-
XYZ23.4732.5943.58-
YUV136.63147.3971.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581701710.660.0100.33180.5349.3444.9
Hex3AAAAB421021b5312d
Octal7225225310210412656155
Binary111010101010101010101110000101010000110110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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