#3CF8A6

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

Shades of Shamrock #3CF8A6

Tints of Shamrock #3CF8A6

Color information

#3CF8A6 (or 0x3CF8A6) is unknown color: approx Shamrock. HEX triplet: 3C, F8 and A6. RGB value is (60,248,166). Sum of RGB (Red+Green+Blue) = 60+248+166=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF8A6 is #C30759. Grayscale: #B6B6B6. Windows color (decimal): -12781402 or 10942524. OLE color: 10942524.

HSL color Cylindrical-coordinate representation of color #3CF8A6: hue angle of 153.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8A6 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB60248166-
CMYK0.7600.330.03
HSL153.83º93.07%60.39%-
HSV(B)153.83º75.81%97.25%-
XYZ42.3170.8547.52-
YUV182.44118.7240.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.66%
GREEN value IS 248 (97.27% from 255) = 52.32%
BLUE value IS 166 (65.23% from 255) = 35.02%
R=12.66%
G=52.32%
B=35.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal602481660.7600.330.03153.8393.0760.39
Hex3CF8A64C02139a5d3c
Octal74370246114041323213574
Binary11110011111000101001101001100010000111100110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,248,166); }

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

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

 a { background-color: rgb(60,248,166); }

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

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

 span { border-color: rgb(60,248,166); }

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