#3AAAAE

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

Shades of Light Sea Green #3AAAAE

Tints of Light Sea Green #3AAAAE

Color information

#3AAAAE (or 0x3AAAAE) is unknown color: approx Light Sea Green. HEX triplet: 3A, AA and AE. RGB value is (58,170,174). Sum of RGB (Red+Green+Blue) = 58+170+174=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAAAE is #C55551. Grayscale: #888888. Windows color (decimal): -12932434 or 11446842. OLE color: 11446842.

HSL color Cylindrical-coordinate representation of color #3AAAAE: hue angle of 182.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAAAE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58170174-
CMYK0.670.0200.32
HSL182.07º50%45.49%-
HSV(B)182.07º66.67%68.24%-
XYZ23.7632.745.1-
YUV136.97148.8971.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.43%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=14.43%
G=42.29%
B=43.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581701740.670.0200.32182.075045.49
Hex3AAAAE432020b6322d
Octal7225225610320402666255
Binary1110101010101010101110100001110010000010110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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