#3AACAA

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

Shades of Light Sea Green #3AACAA

Tints of Light Sea Green #3AACAA

Color information

#3AACAA (or 0x3AACAA) is unknown color: approx Light Sea Green. HEX triplet: 3A, AC and AA. RGB value is (58,172,170). Sum of RGB (Red+Green+Blue) = 58+172+170=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #3AACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACAA is #C55355. Grayscale: #898989. Windows color (decimal): -12931926 or 11185210. OLE color: 11185210.

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

Color convert

RGB58172170-
CMYK0.6600.010.33
HSL178.95º49.57%45.1%-
HSV(B)178.95º66.28%67.45%-
XYZ23.7533.3143.21-
YUV137.69146.2371.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=14.5%
G=43%
B=42.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721700.6600.010.33178.9549.5745.1
Hex3AACAA420121b3322d
Octal7225425210201412636255
Binary111010101011001010101010000100110000110110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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