#3ACD9E

Color #3ACD9E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3ACD9E

Tints of Shamrock #3ACD9E

Color information

#3ACD9E (or 0x3ACD9E) is unknown color: approx Shamrock. HEX triplet: 3A, CD and 9E. RGB value is (58,205,158). Sum of RGB (Red+Green+Blue) = 58+205+158=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD9E is #C53261. Grayscale: #9B9B9B. Windows color (decimal): -12923490 or 10407226. OLE color: 10407226.

HSL color Cylindrical-coordinate representation of color #3ACD9E: hue angle of 160.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD9E is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB58205158-
CMYK0.7200.230.20
HSL160.82º59.51%51.57%-
HSV(B)160.82º71.71%80.39%-
XYZ29.7547.0339.86-
YUV155.69129.358.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.78%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=13.78%
G=48.69%
B=37.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal582051580.7200.230.20160.8259.5151.57
Hex3ACD9E4801714a13c34
Octal72315236110027242417464
Binary111010110011011001111010010000101111010010100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,205,158); }

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

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

 a { background-color: rgb(58,205,158); }

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

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

 span { border-color: rgb(58,205,158); }

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