#3CCAB0

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

Shades of Shamrock #3CCAB0

Tints of Shamrock #3CCAB0

Color information

#3CCAB0 (or 0x3CCAB0) is unknown color: approx Shamrock. HEX triplet: 3C, CA and B0. RGB value is (60,202,176). Sum of RGB (Red+Green+Blue) = 60+202+176=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCAB0 is #C3354F. Grayscale: #9C9C9C. Windows color (decimal): -12793168 or 11586108. OLE color: 11586108.

HSL color Cylindrical-coordinate representation of color #3CCAB0: hue angle of 169.01º 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 #3CCAB0 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB60202176-
CMYK0.7000.130.21
HSL169.01º57.26%51.37%-
HSV(B)169.01º70.3%79.22%-
XYZ30.8246.3448.39-
YUV156.58138.9659.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.70%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 176 (69.14% from 255) = 40.18%
R=13.70%
G=46.12%
B=40.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal602021760.7000.130.21169.0157.2651.37
Hex3CCAB0460D15a93933
Octal74312260106015252517163
Binary11110011001010101100001000110011011010110101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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