#3ACE99

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

Shades of Shamrock #3ACE99

Tints of Shamrock #3ACE99

Color information

#3ACE99 (or 0x3ACE99) is unknown color: approx Shamrock. HEX triplet: 3A, CE and 99. RGB value is (58,206,153). Sum of RGB (Red+Green+Blue) = 58+206+153=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACE99 is #C53166. Grayscale: #9B9B9B. Windows color (decimal): -12923239 or 10079802. OLE color: 10079802.

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

Color convert

RGB58206153-
CMYK0.7200.260.19
HSL158.51º60.16%51.76%-
HSV(B)158.51º71.84%80.78%-
XYZ29.5747.3437.72-
YUV155.71126.4758.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 206 (80.86% from 255) = 49.40%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=13.91%
G=49.40%
B=36.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal582061530.7200.260.19158.5160.1651.76
Hex3ACE994801A139f3c34
Octal72316231110032232377464
Binary111010110011101001100110010000110101001110011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,206,153); }

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

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

 a { background-color: rgb(58,206,153); }

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

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

 span { border-color: rgb(58,206,153); }

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