#3FCCB0

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

Shades of Shamrock #3FCCB0

Tints of Shamrock #3FCCB0

Color information

#3FCCB0 (or 0x3FCCB0) is unknown color: approx Shamrock. HEX triplet: 3F, CC and B0. RGB value is (63,204,176). Sum of RGB (Red+Green+Blue) = 63+204+176=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCCB0 is #C0334F. Grayscale: #9E9E9E. Windows color (decimal): -12596048 or 11586623. OLE color: 11586623.

HSL color Cylindrical-coordinate representation of color #3FCCB0: hue angle of 168.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCB0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB63204176-
CMYK0.6900.140.2
HSL168.09º58.02%52.35%-
HSV(B)168.09º69.12%80%-
XYZ31.4847.3848.56-
YUV158.65137.7959.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.22%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=14.22%
G=46.05%
B=39.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal632041760.6900.140.2168.0958.0252.35
Hex3FCCB0450E14a83a34
Octal77314260105016242507264
Binary11111111001100101100001000101011101010010101000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,204,176); }

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

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

 a { background-color: rgb(63,204,176); }

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

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

 span { border-color: rgb(63,204,176); }

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