#3EAAAA

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

Shades of Light Sea Green #3EAAAA

Tints of Light Sea Green #3EAAAA

Color information

#3EAAAA (or 0x3EAAAA) is unknown color: approx Light Sea Green. HEX triplet: 3E, AA and AA. RGB value is (62,170,170). Sum of RGB (Red+Green+Blue) = 62+170+170=402 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.42% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #3EAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAAAA is #C15555. Grayscale: #898989. Windows color (decimal): -12670294 or 11184702. OLE color: 11184702.

HSL color Cylindrical-coordinate representation of color #3EAAAA: hue angle of 180º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAAAA is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB62170170-
CMYK0.64000.33
HSL180º46.55%45.49%-
HSV(B)180º63.53%66.67%-
XYZ23.6232.6843.09-
YUV137.71146.2274-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.42%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=15.42%
G=42.29%
B=42.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621701700.64000.3318046.5545.49
Hex3EAAAA400021b42f2d
Octal7625225210000412645755
Binary111110101010101010101010000000010000110110100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,170,170); }

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

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

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

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

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

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

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