#30D3A6

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

Shades of Shamrock #30D3A6

Tints of Shamrock #30D3A6

Color information

#30D3A6 (or 0x30D3A6) is unknown color: approx Shamrock. HEX triplet: 30, D3 and A6. RGB value is (48,211,166). Sum of RGB (Red+Green+Blue) = 48+211+166=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3A6 is #CF2C59. Grayscale: #9D9D9D. Windows color (decimal): -13577306 or 10933040. OLE color: 10933040.

HSL color Cylindrical-coordinate representation of color #30D3A6: hue angle of 163.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D3A6 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB48211166-
CMYK0.7700.210.17
HSL163.44º64.94%50.78%-
HSV(B)163.44º77.25%82.75%-
XYZ31.449.9744.07-
YUV157.1313350.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.29%
GREEN value IS 211 (82.81% from 255) = 49.65%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=11.29%
G=49.65%
B=39.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482111660.7700.210.17163.4464.9450.78
Hex30D3A64D01511a34133
Octal603232461150252124310163
Binary1100001101001110100110100110101010110001101000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D3A6; }

 p { color: rgb(48,211,166); }

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

<style>
 a { background-color: #30D3A6; }

 a { background-color: rgb(48,211,166); }

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

<style>
 span { border-color: #30D3A6; }

 span { border-color: rgb(48,211,166); }

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