#3ACC98

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

Shades of Shamrock #3ACC98

Tints of Shamrock #3ACC98

Color information

#3ACC98 (or 0x3ACC98) is unknown color: approx Shamrock. HEX triplet: 3A, CC and 98. RGB value is (58,204,152). Sum of RGB (Red+Green+Blue) = 58+204+152=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC98 is #C53367. Grayscale: #9A9A9A. Windows color (decimal): -12923752 or 10013754. OLE color: 10013754.

HSL color Cylindrical-coordinate representation of color #3ACC98: hue angle of 158.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC98 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB58204152-
CMYK0.7200.250.2
HSL158.63º58.87%51.37%-
HSV(B)158.63º71.57%80%-
XYZ29.0146.3537.12-
YUV154.42126.6359.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.01%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=14.01%
G=49.28%
B=36.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal582041520.7200.250.2158.6358.8751.37
Hex3ACC9848019149f3b33
Octal72314230110031242377363
Binary111010110011001001100010010000110011010010011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,152); }

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

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

 a { background-color: rgb(58,204,152); }

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

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

 span { border-color: rgb(58,204,152); }

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