#3BCCA6

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

Shades of Shamrock #3BCCA6

Tints of Shamrock #3BCCA6

Color information

#3BCCA6 (or 0x3BCCA6) is unknown color: approx Shamrock. HEX triplet: 3B, CC and A6. RGB value is (59,204,166). Sum of RGB (Red+Green+Blue) = 59+204+166=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCCA6 is #C43359. Grayscale: #9C9C9C. Windows color (decimal): -12858202 or 10931259. OLE color: 10931259.

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

Color convert

RGB59204166-
CMYK0.7100.190.2
HSL164.28º58.7%51.57%-
HSV(B)164.28º71.08%80%-
XYZ30.2846.8743.53-
YUV156.31133.4658.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.75%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=13.75%
G=47.55%
B=38.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal592041660.7100.190.2164.2858.751.57
Hex3BCCA64701314a43b34
Octal73314246107023242447364
Binary111011110011001010011010001110100111010010100100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,204,166); }

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

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

 a { background-color: rgb(59,204,166); }

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

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

 span { border-color: rgb(59,204,166); }

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