#3CC8AC

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

Shades of Shamrock #3CC8AC

Tints of Shamrock #3CC8AC

Color information

#3CC8AC (or 0x3CC8AC) is unknown color: approx Shamrock. HEX triplet: 3C, C8 and AC. RGB value is (60,200,172). Sum of RGB (Red+Green+Blue) = 60+200+172=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC8AC is #C33753. Grayscale: #9A9A9A. Windows color (decimal): -12793684 or 11323452. OLE color: 11323452.

HSL color Cylindrical-coordinate representation of color #3CC8AC: hue angle of 168º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC8AC is Cyan = 0.7, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB60200172-
CMYK0.700.140.22
HSL168º56%50.98%-
HSV(B)168º70%78.43%-
XYZ29.9645.2546.18-
YUV154.95137.6260.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.89%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=13.89%
G=46.30%
B=39.81%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal602001720.700.140.221685650.98
Hex3CC8AC460E16a83833
Octal74310254106016262507063
Binary11110011001000101011001000110011101011010101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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