#3CACAD

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

Shades of Light Sea Green #3CACAD

Tints of Light Sea Green #3CACAD

Color information

#3CACAD (or 0x3CACAD) is unknown color: approx Light Sea Green. HEX triplet: 3C, AC and AD. RGB value is (60,172,173). Sum of RGB (Red+Green+Blue) = 60+172+173=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #3CACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACAD is #C35352. Grayscale: #8A8A8A. Windows color (decimal): -12800851 or 11381820. OLE color: 11381820.

HSL color Cylindrical-coordinate representation of color #3CACAD: hue angle of 180.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CACAD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB60172173-
CMYK0.650.0100.32
HSL180.53º48.5%45.69%-
HSV(B)180.53º65.32%67.84%-
XYZ24.1633.4844.72-
YUV138.63147.3971.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.81%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=14.81%
G=42.47%
B=42.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601721730.650.0100.32180.5348.545.69
Hex3CACAD411020b5302e
Octal7425425510110402656056
Binary111100101011001010110110000011010000010110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,172,173); }

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

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

 a { background-color: rgb(60,172,173); }

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

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

 span { border-color: rgb(60,172,173); }

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