#3AACA8

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

Shades of Light Sea Green #3AACA8

Tints of Light Sea Green #3AACA8

Color information

#3AACA8 (or 0x3AACA8) is unknown color: approx Light Sea Green. HEX triplet: 3A, AC and A8. RGB value is (58,172,168). Sum of RGB (Red+Green+Blue) = 58+172+168=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #3AACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACA8 is #C55357. Grayscale: #898989. Windows color (decimal): -12931928 or 11054138. OLE color: 11054138.

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

Color convert

RGB58172168-
CMYK0.6600.020.33
HSL177.89º49.57%45.1%-
HSV(B)177.89º66.28%67.45%-
XYZ23.5733.2342.22-
YUV137.46145.2371.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.57%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=14.57%
G=43.22%
B=42.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721680.6600.020.33177.8949.5745.1
Hex3AACA8420221b2322d
Octal7225425010202412626255
Binary1110101010110010101000100001001010000110110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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