#3CCAAC

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

Shades of Shamrock #3CCAAC

Tints of Shamrock #3CCAAC

Color information

#3CCAAC (or 0x3CCAAC) is unknown color: approx Shamrock. HEX triplet: 3C, CA and AC. RGB value is (60,202,172). Sum of RGB (Red+Green+Blue) = 60+202+172=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCAAC is #C33553. Grayscale: #9C9C9C. Windows color (decimal): -12793172 or 11323964. OLE color: 11323964.

HSL color Cylindrical-coordinate representation of color #3CCAAC: hue angle of 167.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAAC is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB60202172-
CMYK0.7000.150.21
HSL167.32º57.26%51.37%-
HSV(B)167.32º70.3%79.22%-
XYZ30.4346.1846.34-
YUV156.12136.9659.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.82%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=13.82%
G=46.54%
B=39.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal602021720.7000.150.21167.3257.2651.37
Hex3CCAAC460F15a73933
Octal74312254106017252477163
Binary11110011001010101011001000110011111010110100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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