#3AAEAA

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

Shades of Light Sea Green #3AAEAA

Tints of Light Sea Green #3AAEAA

Color information

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

HSL color Cylindrical-coordinate representation of color #3AAEAA: hue angle of 177.93º 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 #3AAEAA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB58174170-
CMYK0.6700.020.32
HSL177.93º50%45.49%-
HSV(B)177.93º66.67%68.24%-
XYZ24.1434.0743.34-
YUV138.86145.5770.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581741700.6700.020.32177.935045.49
Hex3AAEAA430220b2322d
Octal7225625210302402626255
Binary1110101010111010101010100001101010000010110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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