#3AAEA5

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

Shades of Light Sea Green #3AAEA5

Tints of Light Sea Green #3AAEA5

Color information

#3AAEA5 (or 0x3AAEA5) is unknown color: approx Light Sea Green. HEX triplet: 3A, AE and A5. RGB value is (58,174,165). Sum of RGB (Red+Green+Blue) = 58+174+165=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAEA5 is #C5515A. Grayscale: #8A8A8A. Windows color (decimal): -12931419 or 10858042. OLE color: 10858042.

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

Color convert

RGB58174165-
CMYK0.6700.050.32
HSL175.34º50%45.49%-
HSV(B)175.34º66.67%68.24%-
XYZ23.6733.8940.89-
YUV138.29143.0770.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.61%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=14.61%
G=43.83%
B=41.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581741650.6700.050.32175.345045.49
Hex3AAEA5430520af322d
Octal7225624510305402576255
Binary11101010101110101001011000011010110000010101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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